#BAB628

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

Shades of Earls Green #BAB628

Tints of Earls Green #BAB628

Color information

#BAB628 (or 0xBAB628) is unknown color: approx Earls Green. HEX triplet: BA, B6 and 28. RGB value is (186,182,40). Sum of RGB (Red+Green+Blue) = 186+182+40=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 182 (71.48% from 255 or 44.61% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB628 is #4549D7. Grayscale: #A7A7A7. Windows color (decimal): -4540888 or 2668218. OLE color: 2668218.

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

Color convert

RGB18618240-
CMYK00.020.780.27
HSL58.36º64.6%44.31%-
HSV(B)58.36º78.49%72.94%-
XYZ37.3644.058.54-
YUV167.0156.33141.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.59%
GREEN value IS 182 (71.48% from 255) = 44.61%
BLUE value IS 40 (16.02% from 255) = 9.80%
R=45.59%
G=44.61%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861824000.020.780.2758.3664.644.31
HexBAB628024E1B3a412c
Octal2722665002116337210154
Binary10111010101101101010000101001110110111110101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB628; }

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

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

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

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

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

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

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

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