Html Css Color HEX #BAA616 Earls Green

📋 copy color: '#BAA616'

red 186 ◦ green 166 ◦ blue 22

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

Shades of Earls Green #BAA616

Tints of Earls Green #BAA616

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.39%

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

R = 49.73%
G = 44.39%
B = 5.88%

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

#BAA616 (or 0xBAA616) is known color: Earls Green. HEX triplet: BA, A6 and 16. RGB value is (186,166,22). Sum of RGB (Red+Green+Blue) = 186+166+22=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 166 (65.23% from 255 or 44.39% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA616 is #4559E9. Grayscale: #9C9C9C. Windows color (decimal): -4545002 or 1484474. OLE color: 1484474.

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

Color convert

RGB 186 166 22 -
CMYK 0 0.11 0.88 0.27
HSL 52.68º 0.79% 0.41% -
HSV(B) 52.68º 0.88% 0.73% -
XYZ 34.03 37.77 6.26 -
YUV 155.56 52.63 149.71 -
System Red Green Blue C M Y K H S L
Decimal 186 166 22 0 0.11 0.88 0.27 52.68 0.79 0.41
Hex BA A6 16 0 B 58 1B 35 4F 29
Octal 272 246 26 0 13 130 33 65 117 51
Binary 10111010 10100110 10110 0 1011 1011000 11011 110101 1001111 101001

Color Harmonies of #BAA616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA616

Black with #BAA616

Text Example


Text Example

White with #BAA616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA616; }

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

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

background-color css

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

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

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

border-color css

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

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

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