Html Css Color HEX #BBAA20 Earls Green

📋 copy color: '#BBAA20'

red 187 ◦ green 170 ◦ blue 32

#BBAA20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #BBAA20

Tints of Earls Green #BBAA20

RGB

 RED value IS 187 (73.44% from 255) = 48.07%

 GREEN value IS 170 (66.8% from 255) = 43.7%

 BLUE value IS 32 (12.89% from 255) = 8.23%

R = 48.07%
G = 43.7%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BBAA20 (or 0xBBAA20) is known color: Earls Green. HEX triplet: BB, AA and 20. RGB value is (187,170,32). Sum of RGB (Red+Green+Blue) = 187+170+32=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAA20 is #4455DF. Grayscale: #9F9F9F. Windows color (decimal): -4478432 or 2140859. OLE color: 2140859.

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

Color convert

RGB 187 170 32 -
CMYK 0 0.09 0.83 0.27
HSL 53.42º 0.71% 0.43% -
HSV(B) 53.42º 0.83% 0.73% -
XYZ 35.13 39.42 7.12 -
YUV 159.35 56.13 147.72 -
System Red Green Blue C M Y K H S L
Decimal 187 170 32 0 0.09 0.83 0.27 53.42 0.71 0.43
Hex BB AA 20 0 9 53 1B 35 47 2B
Octal 273 252 40 0 11 123 33 65 107 53
Binary 10111011 10101010 100000 0 1001 1010011 11011 110101 1000111 101011

Color Harmonies of #BBAA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA20

Black with #BBAA20

Text Example


Text Example

White with #BBAA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA20; }

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

 H1.HeaderClassName
 {
   color: #BBAA20;
 }
 .AnyTagClassName
 {
   color: #BBAA20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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