#BBAA30

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

Shades of Earls Green #BBAA30

Tints of Earls Green #BBAA30

Color information

#BBAA30 (or 0xBBAA30) is unknown color: approx Earls Green. HEX triplet: BB, AA and 30. RGB value is (187,170,48). Sum of RGB (Red+Green+Blue) = 187+170+48=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 48 (19.14% from 255 or 11.85% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAA30 is #4455CF. Grayscale: #A1A1A1. Windows color (decimal): -4478416 or 3189435. OLE color: 3189435.

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

Color convert

RGB18717048-
CMYK00.090.740.27
HSL52.66º59.15%46.08%-
HSV(B)52.66º74.33%73.33%-
XYZ35.439.538.56-
YUV161.1764.13146.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.17%
GREEN value IS 170 (66.80% from 255) = 41.98%
BLUE value IS 48 (19.14% from 255) = 11.85%
R=46.17%
G=41.98%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871704800.090.740.2752.6659.1546.08
HexBBAA30094A1B353b2e
Octal2732526001111233657356
Binary101110111010101011000001001100101011011110101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA30; }

 p { color: rgb(187,170,48); }

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

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

 a { background-color: rgb(187,170,48); }

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

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

 span { border-color: rgb(187,170,48); }

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