#B3A814

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

Shades of Earls Green #B3A814

Tints of Earls Green #B3A814

Color information

#B3A814 (or 0xB3A814) is unknown color: approx Earls Green. HEX triplet: B3, A8 and 14. RGB value is (179,168,20). Sum of RGB (Red+Green+Blue) = 179+168+20=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A814 is #4C57EB. Grayscale: #9B9B9B. Windows color (decimal): -5003244 or 1353907. OLE color: 1353907.

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

Color convert

RGB17916820-
CMYK00.060.890.30
HSL55.85º79.9%39.02%-
HSV(B)55.85º88.83%70.2%-
XYZ32.7237.646.2-
YUV154.4252.14145.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.77%
GREEN value IS 168 (66.02% from 255) = 45.78%
BLUE value IS 20 (8.20% from 255) = 5.45%
R=48.77%
G=45.78%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791682000.060.890.3055.8579.939.02
HexB3A81406591E385027
Octal2632502406131367012047
Binary10110011101010001010001101011001111101110001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A814; }

 p { color: rgb(179,168,20); }

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

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

 a { background-color: rgb(179,168,20); }

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

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

 span { border-color: rgb(179,168,20); }

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