Html Css Color HEX #BAAC15 Earls Green

📋 copy color: '#BAAC15'

red 186 ◦ green 172 ◦ blue 21

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

Shades of Earls Green #BAAC15

Tints of Earls Green #BAAC15

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.38%

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

R = 49.08%
G = 45.38%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BAAC15 (or 0xBAAC15) is known color: Earls Green. HEX triplet: BA, AC and 15. RGB value is (186,172,21). Sum of RGB (Red+Green+Blue) = 186+172+21=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAC15 is #4553EA. Grayscale: #9F9F9F. Windows color (decimal): -4543467 or 1420474. OLE color: 1420474.

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

Color convert

RGB 186 172 21 -
CMYK 0 0.08 0.89 0.27
HSL 54.91º 0.8% 0.41% -
HSV(B) 54.91º 0.89% 0.73% -
XYZ 35.14 40 6.58 -
YUV 158.97 50.14 147.28 -
System Red Green Blue C M Y K H S L
Decimal 186 172 21 0 0.08 0.89 0.27 54.91 0.8 0.41
Hex BA AC 15 0 8 59 1B 37 50 29
Octal 272 254 25 0 10 131 33 67 120 51
Binary 10111010 10101100 10101 0 1000 1011001 11011 110111 1010000 101001

Color Harmonies of #BAAC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC15

Black with #BAAC15

Text Example


Text Example

White with #BAAC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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