#BBB02C

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

Shades of Earls Green #BBB02C

Tints of Earls Green #BBB02C

Color information

#BBB02C (or 0xBBB02C) is unknown color: approx Earls Green. HEX triplet: BB, B0 and 2C. RGB value is (187,176,44). Sum of RGB (Red+Green+Blue) = 187+176+44=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB02C is #444FD3. Grayscale: #A4A4A4. Windows color (decimal): -4476884 or 2928827. OLE color: 2928827.

HSL color Cylindrical-coordinate representation of color #BBB02C: hue angle of 55.38º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBB02C is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB18717644-
CMYK00.060.760.27
HSL55.38º61.9%45.29%-
HSV(B)55.38º76.47%73.33%-
XYZ36.4741.88.53-
YUV164.2460.14144.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 176 (69.14% from 255) = 43.24%
BLUE value IS 44 (17.58% from 255) = 10.81%
R=45.95%
G=43.24%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871764400.060.760.2755.3861.945.29
HexBBB02C064C1B373e2d
Octal273260540611433677655
Binary10111011101100001011000110100110011011110111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB02C; }

 p { color: rgb(187,176,44); }

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

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

 a { background-color: rgb(187,176,44); }

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

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

 span { border-color: rgb(187,176,44); }

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