#B3AC16

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

Shades of Earls Green #B3AC16

Tints of Earls Green #B3AC16

Color information

#B3AC16 (or 0xB3AC16) is unknown color: approx Earls Green. HEX triplet: B3, AC and 16. RGB value is (179,172,22). Sum of RGB (Red+Green+Blue) = 179+172+22=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 22 (8.98% from 255 or 5.90% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3AC16 is #4C53E9. Grayscale: #9D9D9D. Windows color (decimal): -5002218 or 1486003. OLE color: 1486003.

HSL color Cylindrical-coordinate representation of color #B3AC16: hue angle of 57.32º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B3AC16 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB17917222-
CMYK00.040.880.30
HSL57.32º78.11%39.41%-
HSV(B)57.32º87.71%70.2%-
XYZ33.4939.156.55-
YUV156.9951.82143.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.99%
GREEN value IS 172 (67.58% from 255) = 46.11%
BLUE value IS 22 (8.98% from 255) = 5.90%
R=47.99%
G=46.11%
B=5.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791722200.040.880.3057.3278.1139.41
HexB3AC1604581E394e27
Octal2632542604130367111647
Binary10110011101011001011001001011000111101110011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AC16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AC16; }

 p { color: rgb(179,172,22); }

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

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

 a { background-color: rgb(179,172,22); }

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

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

 span { border-color: rgb(179,172,22); }

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