#B5A614

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

Shades of Earls Green #B5A614

Tints of Earls Green #B5A614

Color information

#B5A614 (or 0xB5A614) is unknown color: approx Earls Green. HEX triplet: B5, A6 and 14. RGB value is (181,166,20). Sum of RGB (Red+Green+Blue) = 181+166+20=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A614 is #4A59EB. Grayscale: #9A9A9A. Windows color (decimal): -4872684 or 1353397. OLE color: 1353397.

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

Color convert

RGB18116620-
CMYK00.080.890.29
HSL54.41º80.1%39.41%-
HSV(B)54.41º88.95%70.98%-
XYZ32.8237.156.1-
YUV153.8452.47147.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.32%
GREEN value IS 166 (65.23% from 255) = 45.23%
BLUE value IS 20 (8.20% from 255) = 5.45%
R=49.32%
G=45.23%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811662000.080.890.2954.4180.139.41
HexB5A61408591D365027
Octal26524624010131356612047
Binary101101011010011010100010001011001111011101101010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A614; }

 p { color: rgb(181,166,20); }

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

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

 a { background-color: rgb(181,166,20); }

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

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

 span { border-color: rgb(181,166,20); }

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