#B5A616

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

Shades of Earls Green #B5A616

Tints of Earls Green #B5A616

Color information

#B5A616 (or 0xB5A616) is unknown color: approx Earls Green. HEX triplet: B5, A6 and 16. RGB value is (181,166,22). Sum of RGB (Red+Green+Blue) = 181+166+22=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 166 (65.23% from 255 or 44.99% from 369); Blue value is 22 (8.98% from 255 or 5.96% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A616 is #4A59E9. Grayscale: #9A9A9A. Windows color (decimal): -4872682 or 1484469. OLE color: 1484469.

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

Color convert

RGB18116622-
CMYK00.080.880.29
HSL54.34º78.33%39.8%-
HSV(B)54.34º87.85%70.98%-
XYZ32.8437.156.2-
YUV154.0753.47147.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.05%
GREEN value IS 166 (65.23% from 255) = 44.99%
BLUE value IS 22 (8.98% from 255) = 5.96%
R=49.05%
G=44.99%
B=5.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811662200.080.880.2954.3478.3339.8
HexB5A61608581D364e28
Octal26524626010130356611650
Binary101101011010011010110010001011000111011101101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A616; }

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

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

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

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

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

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

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

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