#BBAD15

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

Shades of Earls Green #BBAD15

Tints of Earls Green #BBAD15

Color information

#BBAD15 (or 0xBBAD15) is unknown color: approx Earls Green. HEX triplet: BB, AD and 15. RGB value is (187,173,21). Sum of RGB (Red+Green+Blue) = 187+173+21=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAD15 is #4452EA. Grayscale: #A0A0A0. Windows color (decimal): -4477675 or 1420731. OLE color: 1420731.

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

Color convert

RGB18717321-
CMYK00.070.890.27
HSL54.94º79.81%40.78%-
HSV(B)54.94º88.77%73.33%-
XYZ35.5740.516.65-
YUV159.8649.64147.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.08%
GREEN value IS 173 (67.97% from 255) = 45.41%
BLUE value IS 21 (8.59% from 255) = 5.51%
R=49.08%
G=45.41%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871732100.070.890.2754.9479.8140.78
HexBBAD1507591B375029
Octal2732552507131336712051
Binary10111011101011011010101111011001110111101111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAD15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAD15; }

 p { color: rgb(187,173,21); }

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

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

 a { background-color: rgb(187,173,21); }

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

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

 span { border-color: rgb(187,173,21); }

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