Html Css Color HEX #BAAA15 Earls Green

📋 copy color: '#BAAA15'

red 186 ◦ green 170 ◦ blue 21

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

Shades of Earls Green #BAAA15

Tints of Earls Green #BAAA15

RGB

 RED value IS 186 (73.05% from 255) = 49.34%

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

 BLUE value IS 21 (8.59% from 255) = 5.57%

R = 49.34%
G = 45.09%
B = 5.57%

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

#BAAA15 (or 0xBAAA15) is known color: Earls Green. HEX triplet: BA, AA and 15. RGB value is (186,170,21). Sum of RGB (Red+Green+Blue) = 186+170+21=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 21 (8.59% from 255 or 5.57% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAA15 is #4555EA. Grayscale: #9E9E9E. Windows color (decimal): -4543979 or 1419962. OLE color: 1419962.

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

Color convert

RGB 186 170 21 -
CMYK 0 0.09 0.89 0.27
HSL 54.18º 0.8% 0.41% -
HSV(B) 54.18º 0.89% 0.73% -
XYZ 34.76 39.24 6.45 -
YUV 157.8 50.8 148.12 -
System Red Green Blue C M Y K H S L
Decimal 186 170 21 0 0.09 0.89 0.27 54.18 0.8 0.41
Hex BA AA 15 0 9 59 1B 36 50 29
Octal 272 252 25 0 11 131 33 66 120 51
Binary 10111010 10101010 10101 0 1001 1011001 11011 110110 1010000 101001

Color Harmonies of #BAAA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA15

Black with #BAAA15

Text Example


Text Example

White with #BAAA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA15; }

 p { color: rgb(186,170,21); }

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

background-color css

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

 a { background-color: rgb(186,170,21); }

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

border-color css

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

 span { border-color: rgb(186,170,21); }

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