Html Css Color HEX #BAB224 Earls Green

📋 copy color: '#BAB224'

red 186 ◦ green 178 ◦ blue 36

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

Shades of Earls Green #BAB224

Tints of Earls Green #BAB224

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.5%

 BLUE value IS 36 (14.45% from 255) = 9%

R = 46.5%
G = 44.5%
B = 9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BAB224 (or 0xBAB224) is known color: Earls Green. HEX triplet: BA, B2 and 24. RGB value is (186,178,36). Sum of RGB (Red+Green+Blue) = 186+178+36=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 36 (14.45% from 255 or 9% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB224 is #454DDB. Grayscale: #A4A4A4. Windows color (decimal): -4541916 or 2405050. OLE color: 2405050.

HSL color Cylindrical-coordinate representation of color #BAB224: hue angle of 56.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BAB224 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 178 36 -
CMYK 0 0.04 0.81 0.27
HSL 56.8º 0.68% 0.44% -
HSV(B) 56.8º 0.81% 0.73% -
XYZ 36.49 42.41 7.93 -
YUV 164.2 55.65 143.55 -
System Red Green Blue C M Y K H S L
Decimal 186 178 36 0 0.04 0.81 0.27 56.8 0.68 0.44
Hex BA B2 24 0 4 51 1B 39 44 2C
Octal 272 262 44 0 4 121 33 71 104 54
Binary 10111010 10110010 100100 0 100 1010001 11011 111001 1000100 101100

Color Harmonies of #BAB224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB224

Black with #BAB224

Text Example


Text Example

White with #BAB224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB224; }

 p { color: rgb(186,178,36); }

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

background-color css

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

 a { background-color: rgb(186,178,36); }

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

border-color css

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

 span { border-color: rgb(186,178,36); }

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