Html Css Color HEX #BBAA11 Earls Green

📋 copy color: '#BBAA11'

red 187 ◦ green 170 ◦ blue 17

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

Shades of Earls Green #BBAA11

Tints of Earls Green #BBAA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.55%

R = 50%
G = 45.45%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BBAA11 (or 0xBBAA11) is known color: Earls Green. HEX triplet: BB, AA and 11. RGB value is (187,170,17). Sum of RGB (Red+Green+Blue) = 187+170+17=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 17 (7.03% from 255 or 4.55% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAA11 is #4455EE. Grayscale: #9E9E9E. Windows color (decimal): -4478447 or 1157819. OLE color: 1157819.

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

Color convert

RGB 187 170 17 -
CMYK 0 0.09 0.91 0.27
HSL 54º 0.83% 0.4% -
HSV(B) 54º 0.91% 0.73% -
XYZ 34.97 39.35 6.28 -
YUV 157.64 48.63 148.94 -
System Red Green Blue C M Y K H S L
Decimal 187 170 17 0 0.09 0.91 0.27 54 0.83 0.4
Hex BB AA 11 0 9 5B 1B 36 53 28
Octal 273 252 21 0 11 133 33 66 123 50
Binary 10111011 10101010 10001 0 1001 1011011 11011 110110 1010011 101000

Color Harmonies of #BBAA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA11

Black with #BBAA11

Text Example


Text Example

White with #BBAA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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