#B3AA10

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

Shades of Earls Green #B3AA10

Tints of Earls Green #B3AA10

Color information

#B3AA10 (or 0xB3AA10) is unknown color: approx Earls Green. HEX triplet: B3, AA and 10. RGB value is (179,170,16). Sum of RGB (Red+Green+Blue) = 179+170+16=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3AA10 is #4C55EF. Grayscale: #9B9B9B. Windows color (decimal): -5002736 or 1092275. OLE color: 1092275.

HSL color Cylindrical-coordinate representation of color #B3AA10: hue angle of 56.69º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B3AA10 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB17917016-
CMYK00.050.910.30
HSL56.69º83.59%38.24%-
HSV(B)56.69º91.06%70.2%-
XYZ33.0638.376.15-
YUV155.1449.48145.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.04%
GREEN value IS 170 (66.80% from 255) = 46.58%
BLUE value IS 16 (6.64% from 255) = 4.38%
R=49.04%
G=46.58%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791701600.050.910.3056.6983.5938.24
HexB3AA10055B1E395426
Octal2632522005133367112446
Binary10110011101010101000001011011011111101110011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AA10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AA10; }

 p { color: rgb(179,170,16); }

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

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

 a { background-color: rgb(179,170,16); }

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

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

 span { border-color: rgb(179,170,16); }

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