#B8AE29

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

Shades of Earls Green #B8AE29

Tints of Earls Green #B8AE29

Color information

#B8AE29 (or 0xB8AE29) is unknown color: approx Earls Green. HEX triplet: B8, AE and 29. RGB value is (184,174,41). Sum of RGB (Red+Green+Blue) = 184+174+41=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 41 (16.41% from 255 or 10.28% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AE29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AE29 is #4751D6. Grayscale: #A2A2A2. Windows color (decimal): -4674007 or 2731704. OLE color: 2731704.

HSL color Cylindrical-coordinate representation of color #B8AE29: hue angle of 55.8º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B8AE29 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB18417441-
CMYK00.050.780.28
HSL55.8º63.56%44.12%-
HSV(B)55.8º77.72%72.16%-
XYZ35.340.628.08-
YUV161.8359.81143.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.12%
GREEN value IS 174 (68.36% from 255) = 43.61%
BLUE value IS 41 (16.41% from 255) = 10.28%
R=46.12%
G=43.61%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841744100.050.780.2855.863.5644.12
HexB8AE29054E1C38402c
Octal2702565105116347010054
Binary101110001010111010100101011001110111001110001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AE29; }

 p { color: rgb(184,174,41); }

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

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

 a { background-color: rgb(184,174,41); }

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

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

 span { border-color: rgb(184,174,41); }

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