Html Css Color HEX #BAB220 Earls Green

📋 copy color: '#BAB220'

red 186 ◦ green 178 ◦ blue 32

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

Shades of Earls Green #BAB220

Tints of Earls Green #BAB220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.08%

R = 46.97%
G = 44.95%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BAB220 (or 0xBAB220) is known color: Earls Green. HEX triplet: BA, B2 and 20. RGB value is (186,178,32). Sum of RGB (Red+Green+Blue) = 186+178+32=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 32 (12.89% from 255 or 8.08% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB220 is #454DDF. Grayscale: #A4A4A4. Windows color (decimal): -4541920 or 2142906. OLE color: 2142906.

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

Color convert

RGB 186 178 32 -
CMYK 0 0.04 0.83 0.27
HSL 56.88º 0.71% 0.43% -
HSV(B) 56.88º 0.83% 0.73% -
XYZ 36.43 42.38 7.63 -
YUV 163.75 53.65 143.87 -
System Red Green Blue C M Y K H S L
Decimal 186 178 32 0 0.04 0.83 0.27 56.88 0.71 0.43
Hex BA B2 20 0 4 53 1B 39 47 2B
Octal 272 262 40 0 4 123 33 71 107 53
Binary 10111010 10110010 100000 0 100 1010011 11011 111001 1000111 101011

Color Harmonies of #BAB220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB220

Black with #BAB220

Text Example


Text Example

White with #BAB220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB220; }

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

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

background-color css

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

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

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

border-color css

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

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

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