#BBAE2F

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

Shades of Earls Green #BBAE2F

Tints of Earls Green #BBAE2F

Color information

#BBAE2F (or 0xBBAE2F) is unknown color: approx Earls Green. HEX triplet: BB, AE and 2F. RGB value is (187,174,47). Sum of RGB (Red+Green+Blue) = 187+174+47=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 47 (18.75% from 255 or 11.52% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAE2F is #4451D0. Grayscale: #A3A3A3. Windows color (decimal): -4477393 or 3124923. OLE color: 3124923.

HSL color Cylindrical-coordinate representation of color #BBAE2F: hue angle of 54.43º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBAE2F is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB18717447-
CMYK00.070.750.27
HSL54.43º59.83%45.88%-
HSV(B)54.43º74.87%73.33%-
XYZ36.1441.048.71-
YUV163.4162.31144.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.83%
GREEN value IS 174 (68.36% from 255) = 42.65%
BLUE value IS 47 (18.75% from 255) = 11.52%
R=45.83%
G=42.65%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871744700.070.750.2754.4359.8345.88
HexBBAE2F074B1B363c2e
Octal273256570711333667456
Binary10111011101011101011110111100101111011110110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE2F; }

 p { color: rgb(187,174,47); }

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

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

 a { background-color: rgb(187,174,47); }

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

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

 span { border-color: rgb(187,174,47); }

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