#B1AE29

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

Shades of Earls Green #B1AE29

Tints of Earls Green #B1AE29

Color information

#B1AE29 (or 0xB1AE29) is unknown color: approx Earls Green. HEX triplet: B1, AE and 29. RGB value is (177,174,41). Sum of RGB (Red+Green+Blue) = 177+174+41=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 41 (16.41% from 255 or 10.46% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AE29 is #4E51D6. Grayscale: #A0A0A0. Windows color (decimal): -5132759 or 2731697. OLE color: 2731697.

HSL color Cylindrical-coordinate representation of color #B1AE29: hue angle of 58.68º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B1AE29 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB17717441-
CMYK00.020.770.31
HSL58.68º62.39%42.75%-
HSV(B)58.68º76.84%69.41%-
XYZ33.6739.788-
YUV159.7360.99140.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.15%
GREEN value IS 174 (68.36% from 255) = 44.39%
BLUE value IS 41 (16.41% from 255) = 10.46%
R=45.15%
G=44.39%
B=10.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771744100.020.770.3158.6862.3942.75
HexB1AE29024D1F3b3e2b
Octal261256510211537737653
Binary1011000110101110101001010100110111111111011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AE29; }

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

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

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

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

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

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

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

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