Html Css Color HEX #BBAA14 Earls Green

📋 copy color: '#BBAA14'

red 187 ◦ green 170 ◦ blue 20

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

Shades of Earls Green #BBAA14

Tints of Earls Green #BBAA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.31%

R = 49.6%
G = 45.09%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BBAA14 (or 0xBBAA14) is known color: Earls Green. HEX triplet: BB, AA and 14. RGB value is (187,170,20). Sum of RGB (Red+Green+Blue) = 187+170+20=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAA14 is #4455EB. Grayscale: #9E9E9E. Windows color (decimal): -4478444 or 1354427. OLE color: 1354427.

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

Color convert

RGB 187 170 20 -
CMYK 0 0.09 0.89 0.27
HSL 53.89º 0.81% 0.41% -
HSV(B) 53.89º 0.89% 0.73% -
XYZ 34.99 39.36 6.42 -
YUV 157.98 50.13 148.7 -
System Red Green Blue C M Y K H S L
Decimal 187 170 20 0 0.09 0.89 0.27 53.89 0.81 0.41
Hex BB AA 14 0 9 59 1B 36 51 29
Octal 273 252 24 0 11 131 33 66 121 51
Binary 10111011 10101010 10100 0 1001 1011001 11011 110110 1010001 101001

Color Harmonies of #BBAA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA14

Black with #BBAA14

Text Example


Text Example

White with #BBAA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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