#BAA632

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

Shades of Earls Green #BAA632

Tints of Earls Green #BAA632

Color information

#BAA632 (or 0xBAA632) is unknown color: approx Earls Green. HEX triplet: BA, A6 and 32. RGB value is (186,166,50). Sum of RGB (Red+Green+Blue) = 186+166+50=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA632 is #4559CD. Grayscale: #9F9F9F. Windows color (decimal): -4544974 or 3319482. OLE color: 3319482.

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

Color convert

RGB18616650-
CMYK00.110.730.27
HSL51.18º57.63%46.27%-
HSV(B)51.18º73.12%72.94%-
XYZ34.4637.948.52-
YUV158.7666.63147.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 166 (65.23% from 255) = 41.29%
BLUE value IS 50 (19.92% from 255) = 12.44%
R=46.27%
G=41.29%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861665000.110.730.2751.1857.6346.27
HexBAA6320B491B333a2e
Octal2722466201311133637256
Binary101110101010011011001001011100100111011110011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA632; }

 p { color: rgb(186,166,50); }

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

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

 a { background-color: rgb(186,166,50); }

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

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

 span { border-color: rgb(186,166,50); }

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