#BBB218

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

Shades of Earls Green #BBB218

Tints of Earls Green #BBB218

Color information

#BBB218 (or 0xBBB218) is unknown color: approx Earls Green. HEX triplet: BB, B2 and 18. RGB value is (187,178,24). Sum of RGB (Red+Green+Blue) = 187+178+24=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 24 (9.77% from 255 or 6.17% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB218 is #444DE7. Grayscale: #A3A3A3. Windows color (decimal): -4476392 or 1618619. OLE color: 1618619.

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

Color convert

RGB18717824-
CMYK00.050.870.27
HSL56.69º77.25%41.37%-
HSV(B)56.69º87.17%73.33%-
XYZ36.5842.477.13-
YUV163.1449.48145.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.07%
GREEN value IS 178 (69.92% from 255) = 45.76%
BLUE value IS 24 (9.77% from 255) = 6.17%
R=48.07%
G=45.76%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871782400.050.870.2756.6977.2541.37
HexBBB21805571B394d29
Octal2732623005127337111551
Binary10111011101100101100001011010111110111110011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB218; }

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

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

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

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

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

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

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

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