#BBAB0F

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

Shades of Earls Green #BBAB0F

Tints of Earls Green #BBAB0F

Color information

#BBAB0F (or 0xBBAB0F) is unknown color: approx Earls Green. HEX triplet: BB, AB and 0F. RGB value is (187,171,15). Sum of RGB (Red+Green+Blue) = 187+171+15=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAB0F is #4454F0. Grayscale: #9E9E9E. Windows color (decimal): -4478193 or 1027003. OLE color: 1027003.

HSL color Cylindrical-coordinate representation of color #BBAB0F: hue angle of 54.42º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBAB0F is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB18717115-
CMYK00.090.920.27
HSL54.42º85.15%39.61%-
HSV(B)54.42º91.98%73.33%-
XYZ35.1439.736.27-
YUV15847.3148.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.13%
GREEN value IS 171 (67.19% from 255) = 45.84%
BLUE value IS 15 (6.25% from 255) = 4.02%
R=50.13%
G=45.84%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871711500.090.920.2754.4285.1539.61
HexBBABF095C1B365528
Octal27325317011134336612550
Binary10111011101010111111010011011100110111101101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB0F; }

 p { color: rgb(187,171,15); }

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

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

 a { background-color: rgb(187,171,15); }

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

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

 span { border-color: rgb(187,171,15); }

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