#B3A416

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

Shades of Earls Green #B3A416

Tints of Earls Green #B3A416

Color information

#B3A416 (or 0xB3A416) is unknown color: approx Earls Green. HEX triplet: B3, A4 and 16. RGB value is (179,164,22). Sum of RGB (Red+Green+Blue) = 179+164+22=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A416 is #4C5BE9. Grayscale: #989898. Windows color (decimal): -5004266 or 1483955. OLE color: 1483955.

HSL color Cylindrical-coordinate representation of color #B3A416: hue angle of 54.27º 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 #B3A416 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB17916422-
CMYK00.080.880.30
HSL54.27º78.11%39.41%-
HSV(B)54.27º87.71%70.2%-
XYZ32.0136.196.06-
YUV152.354.47147.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.04%
GREEN value IS 164 (64.45% from 255) = 44.93%
BLUE value IS 22 (8.98% from 255) = 6.03%
R=49.04%
G=44.93%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791642200.080.880.3054.2778.1139.41
HexB3A41608581E364e27
Octal26324426010130366611647
Binary101100111010010010110010001011000111101101101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A416; }

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

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

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

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

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

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

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

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