Html Css Color HEX #BAB420 Earls Green

📋 copy color: '#BAB420'

red 186 ◦ green 180 ◦ blue 32

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

Shades of Earls Green #BAB420

Tints of Earls Green #BAB420

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.23%

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

R = 46.73%
G = 45.23%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BAB420 (or 0xBAB420) is known color: Earls Green. HEX triplet: BA, B4 and 20. RGB value is (186,180,32). Sum of RGB (Red+Green+Blue) = 186+180+32=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB420 is #454BDF. Grayscale: #A5A5A5. Windows color (decimal): -4541408 or 2143418. OLE color: 2143418.

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

Color convert

RGB 186 180 32 -
CMYK 0 0.03 0.83 0.27
HSL 57.66º 0.71% 0.43% -
HSV(B) 57.66º 0.83% 0.73% -
XYZ 36.83 43.19 7.76 -
YUV 164.92 52.99 143.03 -
System Red Green Blue C M Y K H S L
Decimal 186 180 32 0 0.03 0.83 0.27 57.66 0.71 0.43
Hex BA B4 20 0 3 53 1B 3A 47 2B
Octal 272 264 40 0 3 123 33 72 107 53
Binary 10111010 10110100 100000 0 11 1010011 11011 111010 1000111 101011

Color Harmonies of #BAB420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB420

Black with #BAB420

Text Example


Text Example

White with #BAB420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB420; }

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

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

background-color css

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

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

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

border-color css

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

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

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