Html Css Color HEX #BAB520 Earls Green

📋 copy color: '#BAB520'

red 186 ◦ green 181 ◦ blue 32

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

Shades of Earls Green #BAB520

Tints of Earls Green #BAB520

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.36%

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

R = 46.62%
G = 45.36%
B = 8.02%

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

#BAB520 (or 0xBAB520) is known color: Earls Green. HEX triplet: BA, B5 and 20. RGB value is (186,181,32). Sum of RGB (Red+Green+Blue) = 186+181+32=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 32 (12.89% from 255 or 8.02% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB520 is #454ADF. Grayscale: #A6A6A6. Windows color (decimal): -4541152 or 2143674. OLE color: 2143674.

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

Color convert

RGB 186 181 32 -
CMYK 0 0.03 0.83 0.27
HSL 58.05º 0.71% 0.43% -
HSV(B) 58.05º 0.83% 0.73% -
XYZ 37.03 43.59 7.83 -
YUV 165.51 52.66 142.62 -
System Red Green Blue C M Y K H S L
Decimal 186 181 32 0 0.03 0.83 0.27 58.05 0.71 0.43
Hex BA B5 20 0 3 53 1B 3A 47 2B
Octal 272 265 40 0 3 123 33 72 107 53
Binary 10111010 10110101 100000 0 11 1010011 11011 111010 1000111 101011

Color Harmonies of #BAB520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB520

Black with #BAB520

Text Example


Text Example

White with #BAB520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB520; }

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

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

background-color css

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

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

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

border-color css

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

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

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