Html Css Color HEX #BAA81C Earls Green

📋 copy color: '#BAA81C'

red 186 ◦ green 168 ◦ blue 28

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

Shades of Earls Green #BAA81C

Tints of Earls Green #BAA81C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.98%

 BLUE value IS 28 (11.33% from 255) = 7.33%

R = 48.69%
G = 43.98%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BAA81C (or 0xBAA81C) is known color: Earls Green. HEX triplet: BA, A8 and 1C. RGB value is (186,168,28). Sum of RGB (Red+Green+Blue) = 186+168+28=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA81C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA81C is #4557E3. Grayscale: #9E9E9E. Windows color (decimal): -4544484 or 1878202. OLE color: 1878202.

HSL color Cylindrical-coordinate representation of color #BAA81C: hue angle of 53.16º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAA81C is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 168 28 -
CMYK 0 0.10 0.85 0.27
HSL 53.16º 0.74% 0.42% -
HSV(B) 53.16º 0.85% 0.73% -
XYZ 34.46 38.53 6.72 -
YUV 157.42 54.96 148.38 -
System Red Green Blue C M Y K H S L
Decimal 186 168 28 0 0.10 0.85 0.27 53.16 0.74 0.42
Hex BA A8 1C 0 A 55 1B 35 4A 2A
Octal 272 250 34 0 12 125 33 65 112 52
Binary 10111010 10101000 11100 0 1010 1010101 11011 110101 1001010 101010

Color Harmonies of #BAA81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA81C

Black with #BAA81C

Text Example


Text Example

White with #BAA81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA81C; }

 p { color: rgb(186,168,28); }

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

background-color css

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

 a { background-color: rgb(186,168,28); }

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

border-color css

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

 span { border-color: rgb(186,168,28); }

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