Html Css Color HEX #BAB120 Earls Green

📋 copy color: '#BAB120'

red 186 ◦ green 177 ◦ blue 32

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

Shades of Earls Green #BAB120

Tints of Earls Green #BAB120

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.81%

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

R = 47.09%
G = 44.81%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BAB120 (or 0xBAB120) is known color: Earls Green. HEX triplet: BA, B1 and 20. RGB value is (186,177,32). Sum of RGB (Red+Green+Blue) = 186+177+32=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB120 is #454EDF. Grayscale: #A3A3A3. Windows color (decimal): -4542176 or 2142650. OLE color: 2142650.

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

Color convert

RGB 186 177 32 -
CMYK 0 0.05 0.83 0.27
HSL 56.49º 0.71% 0.43% -
HSV(B) 56.49º 0.83% 0.73% -
XYZ 36.23 41.99 7.56 -
YUV 163.16 53.98 144.29 -
System Red Green Blue C M Y K H S L
Decimal 186 177 32 0 0.05 0.83 0.27 56.49 0.71 0.43
Hex BA B1 20 0 5 53 1B 38 47 2B
Octal 272 261 40 0 5 123 33 70 107 53
Binary 10111010 10110001 100000 0 101 1010011 11011 111000 1000111 101011

Color Harmonies of #BAB120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB120

Black with #BAB120

Text Example


Text Example

White with #BAB120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB120; }

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

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

background-color css

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

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

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

border-color css

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

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

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