#BAB827

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

Shades of Earls Green #BAB827

Tints of Earls Green #BAB827

Color information

#BAB827 (or 0xBAB827) is unknown color: approx Earls Green. HEX triplet: BA, B8 and 27. RGB value is (186,184,39). Sum of RGB (Red+Green+Blue) = 186+184+39=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 39 (15.62% from 255 or 9.54% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB827 is #4547D8. Grayscale: #A8A8A8. Windows color (decimal): -4540377 or 2603194. OLE color: 2603194.

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

Color convert

RGB18618439-
CMYK00.010.790.27
HSL59.18º65.33%44.12%-
HSV(B)59.18º79.03%72.94%-
XYZ37.7644.878.59-
YUV168.0755.16140.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 184 (72.27% from 255) = 44.99%
BLUE value IS 39 (15.62% from 255) = 9.54%
R=45.48%
G=44.99%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861843900.010.790.2759.1865.3344.12
HexBAB827014F1B3b412c
Octal2722704701117337310154
Binary1011101010111000100111011001111110111110111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB827; }

 p { color: rgb(186,184,39); }

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

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

 a { background-color: rgb(186,184,39); }

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

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

 span { border-color: rgb(186,184,39); }

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