#B5A917

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

Shades of Earls Green #B5A917

Tints of Earls Green #B5A917

Color information

#B5A917 (or 0xB5A917) is unknown color: approx Earls Green. HEX triplet: B5, A9 and 17. RGB value is (181,169,23). Sum of RGB (Red+Green+Blue) = 181+169+23=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 169 (66.41% from 255 or 45.31% from 373); Blue value is 23 (9.38% from 255 or 6.17% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A917 is #4A56E8. Grayscale: #9C9C9C. Windows color (decimal): -4871913 or 1550773. OLE color: 1550773.

HSL color Cylindrical-coordinate representation of color #B5A917: hue angle of 55.44º 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 #B5A917 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB18116923-
CMYK00.070.870.29
HSL55.44º77.45%40%-
HSV(B)55.44º87.29%70.98%-
XYZ33.438.266.44-
YUV155.9452.98145.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.53%
GREEN value IS 169 (66.41% from 255) = 45.31%
BLUE value IS 23 (9.38% from 255) = 6.17%
R=48.53%
G=45.31%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811692300.070.870.2955.4477.4540
HexB5A91707571D374d28
Octal2652512707127356711550
Binary10110101101010011011101111010111111011101111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A917; }

 p { color: rgb(181,169,23); }

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

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

 a { background-color: rgb(181,169,23); }

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

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

 span { border-color: rgb(181,169,23); }

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