Html Css Color HEX #BAA516 Earls Green

📋 copy color: '#BAA516'

red 186 ◦ green 165 ◦ blue 22

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

Shades of Earls Green #BAA516

Tints of Earls Green #BAA516

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.24%

 BLUE value IS 22 (8.98% from 255) = 5.9%

R = 49.87%
G = 44.24%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BAA516 (or 0xBAA516) is known color: Earls Green. HEX triplet: BA, A5 and 16. RGB value is (186,165,22). Sum of RGB (Red+Green+Blue) = 186+165+22=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 22 (8.98% from 255 or 5.90% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA516 is #455AE9. Grayscale: #9B9B9B. Windows color (decimal): -4545258 or 1484218. OLE color: 1484218.

HSL color Cylindrical-coordinate representation of color #BAA516: hue angle of 52.32º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAA516 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 165 22 -
CMYK 0 0.11 0.88 0.27
HSL 52.32º 0.79% 0.41% -
HSV(B) 52.32º 0.88% 0.73% -
XYZ 33.85 37.41 6.2 -
YUV 154.98 52.96 150.13 -
System Red Green Blue C M Y K H S L
Decimal 186 165 22 0 0.11 0.88 0.27 52.32 0.79 0.41
Hex BA A5 16 0 B 58 1B 34 4F 29
Octal 272 245 26 0 13 130 33 64 117 51
Binary 10111010 10100101 10110 0 1011 1011000 11011 110100 1001111 101001

Color Harmonies of #BAA516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA516

Black with #BAA516

Text Example


Text Example

White with #BAA516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA516; }

 p { color: rgb(186,165,22); }

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

background-color css

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

 a { background-color: rgb(186,165,22); }

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

border-color css

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

 span { border-color: rgb(186,165,22); }

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