#BAB02A

Color #BAB02A Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #BAB02A

Tints of Earls Green #BAB02A

Color information

#BAB02A (or 0xBAB02A) is unknown color: approx Earls Green. HEX triplet: BA, B0 and 2A. RGB value is (186,176,42). Sum of RGB (Red+Green+Blue) = 186+176+42=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 42 (16.80% from 255 or 10.40% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB02A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB02A is #454FD5. Grayscale: #A4A4A4. Windows color (decimal): -4542422 or 2797754. OLE color: 2797754.

HSL color Cylindrical-coordinate representation of color #BAB02A: hue angle of 55.83º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAB02A is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB18617642-
CMYK00.050.770.27
HSL55.83º63.16%44.71%-
HSV(B)55.83º77.42%72.94%-
XYZ36.1941.668.32-
YUV163.7159.31143.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.04%
GREEN value IS 176 (69.14% from 255) = 43.56%
BLUE value IS 42 (16.80% from 255) = 10.40%
R=46.04%
G=43.56%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861764200.050.770.2755.8363.1644.71
HexBAB02A054D1B383f2d
Octal272260520511533707755
Binary10111010101100001010100101100110111011111000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB02A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB02A; }

 p { color: rgb(186,176,42); }

 H1.HeaderClassName
 {
   color: #BAB02A;
 }
 .AnyTagClassName
 {
   color: #BAB02A;
 }
</style>
background-color css

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

 a { background-color: rgb(186,176,42); }

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

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

 span { border-color: rgb(186,176,42); }

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