#BAA930

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

Shades of Earls Green #BAA930

Tints of Earls Green #BAA930

Color information

#BAA930 (or 0xBAA930) is unknown color: approx Earls Green. HEX triplet: BA, A9 and 30. RGB value is (186,169,48). Sum of RGB (Red+Green+Blue) = 186+169+48=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA930 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA930 is #4556CF. Grayscale: #A0A0A0. Windows color (decimal): -4544208 or 3189178. OLE color: 3189178.

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

Color convert

RGB18616948-
CMYK00.090.740.27
HSL52.61º58.97%45.88%-
HSV(B)52.61º74.19%72.94%-
XYZ34.9739.038.49-
YUV160.2964.63146.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 169 (66.41% from 255) = 41.94%
BLUE value IS 48 (19.14% from 255) = 11.91%
R=46.15%
G=41.94%
B=11.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861694800.090.740.2752.6158.9745.88
HexBAA930094A1B353b2e
Octal2722516001111233657356
Binary101110101010100111000001001100101011011110101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA930; }

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

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

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

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

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

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

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

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