#BAA927

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

Shades of Earls Green #BAA927

Tints of Earls Green #BAA927

Color information

#BAA927 (or 0xBAA927) is unknown color: approx Earls Green. HEX triplet: BA, A9 and 27. RGB value is (186,169,39). Sum of RGB (Red+Green+Blue) = 186+169+39=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 39 (15.62% from 255 or 9.90% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA927 is #4556D8. Grayscale: #9F9F9F. Windows color (decimal): -4544217 or 2599354. OLE color: 2599354.

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

Color convert

RGB18616939-
CMYK00.090.790.27
HSL53.06º65.33%44.12%-
HSV(B)53.06º79.03%72.94%-
XYZ34.838.967.61-
YUV159.2660.13147.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 169 (66.41% from 255) = 42.89%
BLUE value IS 39 (15.62% from 255) = 9.90%
R=47.21%
G=42.89%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861693900.090.790.2753.0665.3344.12
HexBAA927094F1B35412c
Octal27225147011117336510154
Binary1011101010101001100111010011001111110111101011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA927; }

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

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

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

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

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

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

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

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