#B3AD29

Color #B3AD29 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #B3AD29

Tints of Earls Green #B3AD29

Color information

#B3AD29 (or 0xB3AD29) is unknown color: approx Earls Green. HEX triplet: B3, AD and 29. RGB value is (179,173,41). Sum of RGB (Red+Green+Blue) = 179+173+41=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 41 (16.41% from 255 or 10.43% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AD29 is #4C52D6. Grayscale: #A0A0A0. Windows color (decimal): -5001943 or 2731443. OLE color: 2731443.

HSL color Cylindrical-coordinate representation of color #B3AD29: hue angle of 57.39º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B3AD29 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB17917341-
CMYK00.030.770.30
HSL57.39º62.73%43.14%-
HSV(B)57.39º77.09%70.2%-
XYZ33.9339.637.96-
YUV159.7560.99141.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 45.55%
GREEN value IS 173 (67.97% from 255) = 44.02%
BLUE value IS 41 (16.41% from 255) = 10.43%
R=45.55%
G=44.02%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791734100.030.770.3057.3962.7343.14
HexB3AD29034D1E393f2b
Octal263255510311536717753
Binary1011001110101101101001011100110111110111001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AD29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AD29; }

 p { color: rgb(179,173,41); }

 H1.HeaderClassName
 {
   color: #B3AD29;
 }
 .AnyTagClassName
 {
   color: #B3AD29;
 }
</style>
background-color css

<style>
 a { background-color: #B3AD29; }

 a { background-color: rgb(179,173,41); }

 div.DivClassName
 {
   background-color: #B3AD29;
 }
 .BgClassName
 {
   background-color: #B3AD29;
 }
</style>
border-color css

<style>
 span { border-color: #B3AD29; }

 span { border-color: rgb(179,173,41); }

 td.TdClassName
 {
   border-color: #B3AD29;
 }
 .TagClassName
 {
   border-color: #B3AD29;
 }
</style>