Html Css Color HEX #BBAA18 Earls Green

📋 copy color: '#BBAA18'

red 187 ◦ green 170 ◦ blue 24

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

Shades of Earls Green #BBAA18

Tints of Earls Green #BBAA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.3%

R = 49.08%
G = 44.62%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BBAA18 (or 0xBBAA18) is known color: Earls Green. HEX triplet: BB, AA and 18. RGB value is (187,170,24). Sum of RGB (Red+Green+Blue) = 187+170+24=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 24 (9.77% from 255 or 6.30% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAA18 is #4455E7. Grayscale: #9F9F9F. Windows color (decimal): -4478440 or 1616571. OLE color: 1616571.

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

Color convert

RGB 187 170 24 -
CMYK 0 0.09 0.87 0.27
HSL 53.74º 0.77% 0.41% -
HSV(B) 53.74º 0.87% 0.73% -
XYZ 35.03 39.38 6.62 -
YUV 158.44 52.13 148.37 -
System Red Green Blue C M Y K H S L
Decimal 187 170 24 0 0.09 0.87 0.27 53.74 0.77 0.41
Hex BB AA 18 0 9 57 1B 36 4D 29
Octal 273 252 30 0 11 127 33 66 115 51
Binary 10111011 10101010 11000 0 1001 1010111 11011 110110 1001101 101001

Color Harmonies of #BBAA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA18

Black with #BBAA18

Text Example


Text Example

White with #BBAA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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