#BAB632

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

Shades of Earls Green #BAB632

Tints of Earls Green #BAB632

Color information

#BAB632 (or 0xBAB632) is unknown color: approx Earls Green. HEX triplet: BA, B6 and 32. RGB value is (186,182,50). Sum of RGB (Red+Green+Blue) = 186+182+50=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB632 is #4549CD. Grayscale: #A8A8A8. Windows color (decimal): -4540878 or 3323578. OLE color: 3323578.

HSL color Cylindrical-coordinate representation of color #BAB632: hue angle of 58.24º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAB632 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB18618250-
CMYK00.020.730.27
HSL58.24º57.63%46.27%-
HSV(B)58.24º73.12%72.94%-
XYZ37.5544.139.56-
YUV168.1561.33140.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.50%
GREEN value IS 182 (71.48% from 255) = 43.54%
BLUE value IS 50 (19.92% from 255) = 11.96%
R=44.50%
G=43.54%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861825000.020.730.2758.2457.6346.27
HexBAB63202491B3a3a2e
Octal272266620211133727256
Binary1011101010110110110010010100100111011111010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB632; }

 p { color: rgb(186,182,50); }

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

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

 a { background-color: rgb(186,182,50); }

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

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

 span { border-color: rgb(186,182,50); }

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