#BAA928

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

Shades of Earls Green #BAA928

Tints of Earls Green #BAA928

Color information

#BAA928 (or 0xBAA928) is unknown color: approx Earls Green. HEX triplet: BA, A9 and 28. RGB value is (186,169,40). Sum of RGB (Red+Green+Blue) = 186+169+40=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA928 is #4556D7. Grayscale: #9F9F9F. Windows color (decimal): -4544216 or 2664890. OLE color: 2664890.

HSL color Cylindrical-coordinate representation of color #BAA928: hue angle of 53.01º 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 #BAA928 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB18616940-
CMYK00.090.780.27
HSL53.01º64.6%44.31%-
HSV(B)53.01º78.49%72.94%-
XYZ34.8238.977.69-
YUV159.3860.63146.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 169 (66.41% from 255) = 42.78%
BLUE value IS 40 (16.02% from 255) = 10.13%
R=47.09%
G=42.78%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861694000.090.780.2753.0164.644.31
HexBAA928094E1B35412c
Octal27225150011116336510154
Binary1011101010101001101000010011001110110111101011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA928; }

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

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

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

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

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

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

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

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