#BAB72B

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

Shades of Earls Green #BAB72B

Tints of Earls Green #BAB72B

Color information

#BAB72B (or 0xBAB72B) is unknown color: approx Earls Green. HEX triplet: BA, B7 and 2B. RGB value is (186,183,43). Sum of RGB (Red+Green+Blue) = 186+183+43=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 183 (71.88% from 255 or 44.42% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB72B is #4548D4. Grayscale: #A8A8A8. Windows color (decimal): -4540629 or 2865082. OLE color: 2865082.

HSL color Cylindrical-coordinate representation of color #BAB72B: hue angle of 58.74º degrees, saturation: 0.62, 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 #BAB72B is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB18618343-
CMYK00.020.770.27
HSL58.74º62.45%44.9%-
HSV(B)58.74º76.88%72.94%-
XYZ37.6244.488.89-
YUV167.9457.49140.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 183 (71.88% from 255) = 44.42%
BLUE value IS 43 (17.19% from 255) = 10.44%
R=45.15%
G=44.42%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861834300.020.770.2758.7462.4544.9
HexBAB72B024D1B3b3e2d
Octal272267530211533737655
Binary1011101010110111101011010100110111011111011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB72B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB72B; }

 p { color: rgb(186,183,43); }

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

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

 a { background-color: rgb(186,183,43); }

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

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

 span { border-color: rgb(186,183,43); }

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