#bbb32d

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

Shades of Earls Green #BBB32D

Tints of Earls Green #BBB32D

Color information

#BBB32D (or 0xBBB32D) is unknown color: approx Earls Green. HEX triplet: BB, B3 and 2D. RGB value is (187,179,45). Sum of RGB (Red+Green+Blue) = 187+179+45=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB32D is #444CD2. Grayscale: #A6A6A6. Windows color (decimal): -4476115 or 2995131. OLE color: 2995131.

HSL color Cylindrical-coordinate representation of color #BBB32D: hue angle of 56.62º degrees, saturation: 0.61, 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 #BBB32D is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB18717945-
CMYK00.040.760.27
HSL56.62º61.21%45.49%-
HSV(B)56.62º75.94%73.33%-
XYZ37.0942.998.83-
YUV166.1259.65142.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.50%
GREEN value IS 179 (70.31% from 255) = 43.55%
BLUE value IS 45 (17.97% from 255) = 10.95%
R=45.50%
G=43.55%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871794500.040.760.2756.6261.2145.49
HexBBB32D044C1B393d2d
Octal273263550411433717555
Binary10111011101100111011010100100110011011111001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbb32d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbb32d; }

 p { color: rgb(187,179,45); }

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

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

 a { background-color: rgb(187,179,45); }

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

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

 span { border-color: rgb(187,179,45); }

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