Html Css Color HEX #BAA718 Earls Green

📋 copy color: '#BAA718'

red 186 ◦ green 167 ◦ blue 24

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

Shades of Earls Green #BAA718

Tints of Earls Green #BAA718

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.3%

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

R = 49.34%
G = 44.3%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BAA718 (or 0xBAA718) is known color: Earls Green. HEX triplet: BA, A7 and 18. RGB value is (186,167,24). Sum of RGB (Red+Green+Blue) = 186+167+24=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 167 (65.62% from 255 or 44.30% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA718 is #4558E7. Grayscale: #9C9C9C. Windows color (decimal): -4544744 or 1615802. OLE color: 1615802.

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

Color convert

RGB 186 167 24 -
CMYK 0 0.10 0.87 0.27
HSL 52.96º 0.77% 0.41% -
HSV(B) 52.96º 0.87% 0.73% -
XYZ 34.23 38.14 6.42 -
YUV 156.38 53.29 149.13 -
System Red Green Blue C M Y K H S L
Decimal 186 167 24 0 0.10 0.87 0.27 52.96 0.77 0.41
Hex BA A7 18 0 A 57 1B 35 4D 29
Octal 272 247 30 0 12 127 33 65 115 51
Binary 10111010 10100111 11000 0 1010 1010111 11011 110101 1001101 101001

Color Harmonies of #BAA718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA718

Black with #BAA718

Text Example


Text Example

White with #BAA718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA718; }

 p { color: rgb(186,167,24); }

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

background-color css

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

 a { background-color: rgb(186,167,24); }

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

border-color css

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

 span { border-color: rgb(186,167,24); }

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