Html Css Color HEX #BAA918 Earls Green

📋 copy color: '#BAA918'

red 186 ◦ green 169 ◦ blue 24

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

Shades of Earls Green #BAA918

Tints of Earls Green #BAA918

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.59%

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

R = 49.08%
G = 44.59%
B = 6.33%

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

#BAA918 (or 0xBAA918) is known color: Earls Green. HEX triplet: BA, A9 and 18. RGB value is (186,169,24). Sum of RGB (Red+Green+Blue) = 186+169+24=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 169 (66.41% from 255 or 44.59% from 379); Blue value is 24 (9.77% from 255 or 6.33% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA918 is #4556E7. Grayscale: #9E9E9E. Windows color (decimal): -4544232 or 1616314. OLE color: 1616314.

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

Color convert

RGB 186 169 24 -
CMYK 0 0.09 0.87 0.27
HSL 53.7º 0.77% 0.41% -
HSV(B) 53.7º 0.87% 0.73% -
XYZ 34.6 38.88 6.55 -
YUV 157.55 52.63 148.29 -
System Red Green Blue C M Y K H S L
Decimal 186 169 24 0 0.09 0.87 0.27 53.7 0.77 0.41
Hex BA A9 18 0 9 57 1B 36 4D 29
Octal 272 251 30 0 11 127 33 66 115 51
Binary 10111010 10101001 11000 0 1001 1010111 11011 110110 1001101 101001

Color Harmonies of #BAA918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA918

Black with #BAA918

Text Example


Text Example

White with #BAA918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA918; }

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

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

background-color css

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

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

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

border-color css

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

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

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