Color Hex Logo

#a7b133 Color Hex

#A7B133
(167,177,51)
0 Favorites   0 Comments

Color spaces of #a7b133

RGB 16717751
HSL0.180.550.45
HSV65°71°69°
CMYK 0.060.000.71   0.31
XYZ32.256039.89889.1331
Yxy39.89880.39680.4908
Hunter Lab63.1655-19.387135.6431
CIE-Lab69.3974-19.331659.6882

#a7b133 color RGB value is (167,177,51).

#a7b133 hex color red value is 167, green value is 177 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #a7b133 hue: 0.18 , saturation: 0.55 and the lightness value of a7b133 is 0.45.

The process color (four color CMYK) of #a7b133 color hex is 0.06, 0.00, 0.71, 0.31. Web safe color of #a7b133 is #999933. Color #a7b133 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10110001 00110011
Octal 247 261 63
Decimal 167 177 51
Hex A7 B1 33

RGB Percentages of Color #a7b133

%42.28
%44.81
%12.91

CMYK Percentages of Color #a7b133

%6
%0
%71
%31

Triadic Colors of #a7b133

#a7b133 #33a7b1 #b133a7

Analogous Colors of #a7b133

#a7b133 #68b133 #b17c33

Monochromatic Colors of #a7b133

#a7b133

Complementary Color

#a7b133 #3d33b1

#a7b133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7b133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7b133 Color CSS Codes

.mybgcolor {background-color:#a7b133; } 
.myforecolor {color:#a7b133; }
.mybordercolor {border:3px solid #a7b133; }

#a7b133 Text Font Color

<p style="color:#a7b133">Text here</p>

This sample text font color is #a7b133
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a7b133 Background Color

<div style="background-color:#a7b133">
Div content here</div>

This div background color is #a7b133


#a7b133 Border Color

<div style="border:3px solid #a7b133">
Div here</div>

This div border color is #a7b133


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,177,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a7b133; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a7b133;
  -webkit-box-shadow: 1px 1px 3px 2px #a7b133;
  box-shadow:         1px 1px 3px 2px #a7b133; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,177,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a7b133">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a7b133;
  -webkit-box-shadow: 1px 1px 3px 2px #a7b133;
  box-shadow:         1px 1px 3px 2px #a7b133;">
Div content here</div>

This div box has shadow with color #a7b133


Comments

No comments written yet.

Please login to write comment.