#b5a718

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

Shades of Earls Green #B5A718

Tints of Earls Green #B5A718

Color information

#B5A718 (or 0xB5A718) is unknown color: approx Earls Green. HEX triplet: B5, A7 and 18. RGB value is (181,167,24). Sum of RGB (Red+Green+Blue) = 181+167+24=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 167 (65.62% from 255 or 44.89% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A718 is #4A58E7. Grayscale: #9B9B9B. Windows color (decimal): -4872424 or 1615797. OLE color: 1615797.

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

Color convert

RGB18116724-
CMYK00.080.870.29
HSL54.65º76.59%40.2%-
HSV(B)54.65º86.74%70.98%-
XYZ33.0437.536.37-
YUV154.8854.14146.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.66%
GREEN value IS 167 (65.62% from 255) = 44.89%
BLUE value IS 24 (9.77% from 255) = 6.45%
R=48.66%
G=44.89%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811672400.080.870.2954.6576.5940.2
HexB5A71808571D374d28
Octal26524730010127356711550
Binary101101011010011111000010001010111111011101111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5a718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5a718; }

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

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

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

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

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

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

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

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