Html Css Color HEX #BAAC0D Earls Green

📋 copy color: '#BAAC0D'

red 186 ◦ green 172 ◦ blue 13

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

Shades of Earls Green #BAAC0D

Tints of Earls Green #BAAC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.5%

R = 50.13%
G = 46.36%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BAAC0D (or 0xBAAC0D) is known color: Earls Green. HEX triplet: BA, AC and 0D. RGB value is (186,172,13). Sum of RGB (Red+Green+Blue) = 186+172+13=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAC0D is #4553F2. Grayscale: #9E9E9E. Windows color (decimal): -4543475 or 896186. OLE color: 896186.

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

Color convert

RGB 186 172 13 -
CMYK 0 0.08 0.93 0.27
HSL 55.14º 0.87% 0.39% -
HSV(B) 55.14º 0.93% 0.73% -
XYZ 35.07 39.97 6.25 -
YUV 158.06 46.14 147.93 -
System Red Green Blue C M Y K H S L
Decimal 186 172 13 0 0.08 0.93 0.27 55.14 0.87 0.39
Hex BA AC D 0 8 5D 1B 37 57 27
Octal 272 254 15 0 10 135 33 67 127 47
Binary 10111010 10101100 1101 0 1000 1011101 11011 110111 1010111 100111

Color Harmonies of #BAAC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC0D

Black with #BAAC0D

Text Example


Text Example

White with #BAAC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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