Html Css Color HEX #BBAA32 Earls Green

📋 copy color: '#BBAA32'

red 187 ◦ green 170 ◦ blue 50

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

Shades of Earls Green #BBAA32

Tints of Earls Green #BBAA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.29%

R = 45.95%
G = 41.77%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BBAA32 (or 0xBBAA32) is known color: Earls Green. HEX triplet: BB, AA and 32. RGB value is (187,170,50). Sum of RGB (Red+Green+Blue) = 187+170+50=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAA32 is #4455CD. Grayscale: #A1A1A1. Windows color (decimal): -4478414 or 3320507. OLE color: 3320507.

HSL color Cylindrical-coordinate representation of color #BBAA32: hue angle of 52.55º 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 #BBAA32 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 170 50 -
CMYK 0 0.09 0.73 0.27
HSL 52.55º 0.58% 0.46% -
HSV(B) 52.55º 0.73% 0.73% -
XYZ 35.44 39.54 8.78 -
YUV 161.4 65.13 146.26 -
System Red Green Blue C M Y K H S L
Decimal 187 170 50 0 0.09 0.73 0.27 52.55 0.58 0.46
Hex BB AA 32 0 9 49 1B 35 3A 2E
Octal 273 252 62 0 11 111 33 65 72 56
Binary 10111011 10101010 110010 0 1001 1001001 11011 110101 111010 101110

Color Harmonies of #BBAA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA32

Black with #BBAA32

Text Example


Text Example

White with #BBAA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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