#BBB232

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

Shades of Earls Green #BBB232

Tints of Earls Green #BBB232

Color information

#BBB232 (or 0xBBB232) is unknown color: approx Earls Green. HEX triplet: BB, B2 and 32. RGB value is (187,178,50). Sum of RGB (Red+Green+Blue) = 187+178+50=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 178 (69.92% from 255 or 42.89% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB232 is #444DCD. Grayscale: #A6A6A6. Windows color (decimal): -4476366 or 3322555. OLE color: 3322555.

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

Color convert

RGB18717850-
CMYK00.050.730.27
HSL56.06º57.81%46.47%-
HSV(B)56.06º73.26%73.33%-
XYZ36.9942.649.3-
YUV166.162.48142.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 178 (69.92% from 255) = 42.89%
BLUE value IS 50 (19.92% from 255) = 12.05%
R=45.06%
G=42.89%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871785000.050.730.2756.0657.8146.47
HexBBB23205491B383a2e
Octal273262620511133707256
Binary10111011101100101100100101100100111011111000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB232; }

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

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

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

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

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

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

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

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