#B5A817

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

Shades of Earls Green #B5A817

Tints of Earls Green #B5A817

Color information

#B5A817 (or 0xB5A817) is unknown color: approx Earls Green. HEX triplet: B5, A8 and 17. RGB value is (181,168,23). Sum of RGB (Red+Green+Blue) = 181+168+23=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 168 (66.02% from 255 or 45.16% from 372); Blue value is 23 (9.38% from 255 or 6.18% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A817 is #4A57E8. Grayscale: #9B9B9B. Windows color (decimal): -4872169 or 1550517. OLE color: 1550517.

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

Color convert

RGB18116823-
CMYK00.070.870.29
HSL55.06º77.45%40%-
HSV(B)55.06º87.29%70.98%-
XYZ33.2137.896.37-
YUV155.3653.31146.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.66%
GREEN value IS 168 (66.02% from 255) = 45.16%
BLUE value IS 23 (9.38% from 255) = 6.18%
R=48.66%
G=45.16%
B=6.18%

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
Decimal1811682300.070.870.2955.0677.4540
HexB5A81707571D374d28
Octal2652502707127356711550
Binary10110101101010001011101111010111111011101111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A817; }

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

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

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

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

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

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

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

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