Html Css Color HEX #BBAA13 Earls Green

📋 copy color: '#BBAA13'

red 187 ◦ green 170 ◦ blue 19

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

Shades of Earls Green #BBAA13

Tints of Earls Green #BBAA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.05%

R = 49.73%
G = 45.21%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BBAA13 (or 0xBBAA13) is known color: Earls Green. HEX triplet: BB, AA and 13. RGB value is (187,170,19). Sum of RGB (Red+Green+Blue) = 187+170+19=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 19 (7.81% from 255 or 5.05% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAA13 is #4455EC. Grayscale: #9E9E9E. Windows color (decimal): -4478445 or 1288891. OLE color: 1288891.

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

Color convert

RGB 187 170 19 -
CMYK 0 0.09 0.90 0.27
HSL 53.93º 0.82% 0.4% -
HSV(B) 53.93º 0.9% 0.73% -
XYZ 34.99 39.36 6.37 -
YUV 157.87 49.63 148.78 -
System Red Green Blue C M Y K H S L
Decimal 187 170 19 0 0.09 0.90 0.27 53.93 0.82 0.4
Hex BB AA 13 0 9 5A 1B 36 52 28
Octal 273 252 23 0 11 132 33 66 122 50
Binary 10111011 10101010 10011 0 1001 1011010 11011 110110 1010010 101000

Color Harmonies of #BBAA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA13

Black with #BBAA13

Text Example


Text Example

White with #BBAA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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