#b5a71e

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

Shades of Earls Green #B5A71E

Tints of Earls Green #B5A71E

Color information

#B5A71E (or 0xB5A71E) is unknown color: approx Earls Green. HEX triplet: B5, A7 and 1E. RGB value is (181,167,30). Sum of RGB (Red+Green+Blue) = 181+167+30=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A71E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A71E is #4A58E1. Grayscale: #9C9C9C. Windows color (decimal): -4872418 or 2009013. OLE color: 2009013.

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

Color convert

RGB18116730-
CMYK00.080.830.29
HSL54.44º71.56%41.37%-
HSV(B)54.44º83.43%70.98%-
XYZ33.1137.556.73-
YUV155.5757.14146.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.88%
GREEN value IS 167 (65.62% from 255) = 44.18%
BLUE value IS 30 (12.11% from 255) = 7.94%
R=47.88%
G=44.18%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811673000.080.830.2954.4471.5641.37
HexB5A71E08531D364829
Octal26524736010123356611051
Binary101101011010011111110010001010011111011101101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5a71e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5a71e; }

 p { color: rgb(181,167,30); }

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

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

 a { background-color: rgb(181,167,30); }

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

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

 span { border-color: rgb(181,167,30); }

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