#BBB216

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

Shades of Earls Green #BBB216

Tints of Earls Green #BBB216

Color information

#BBB216 (or 0xBBB216) is unknown color: approx Earls Green. HEX triplet: BB, B2 and 16. RGB value is (187,178,22). Sum of RGB (Red+Green+Blue) = 187+178+22=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB216 is #444DE9. Grayscale: #A3A3A3. Windows color (decimal): -4476394 or 1487547. OLE color: 1487547.

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

Color convert

RGB18717822-
CMYK00.050.880.27
HSL56.73º78.95%40.98%-
HSV(B)56.73º88.24%73.33%-
XYZ36.5642.467.03-
YUV162.9148.48145.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 178 (69.92% from 255) = 45.99%
BLUE value IS 22 (8.98% from 255) = 5.68%
R=48.32%
G=45.99%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871782200.050.880.2756.7378.9540.98
HexBBB21605581B394f29
Octal2732622605130337111751
Binary10111011101100101011001011011000110111110011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB216; }

 p { color: rgb(187,178,22); }

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

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

 a { background-color: rgb(187,178,22); }

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

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

 span { border-color: rgb(187,178,22); }

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