#b5a830

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

Shades of Earls Green #B5A830

Tints of Earls Green #B5A830

Color information

#B5A830 (or 0xB5A830) is unknown color: approx Earls Green. HEX triplet: B5, A8 and 30. RGB value is (181,168,48). Sum of RGB (Red+Green+Blue) = 181+168+48=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A830 is #4A57CF. Grayscale: #9E9E9E. Windows color (decimal): -4872144 or 3188917. OLE color: 3188917.

HSL color Cylindrical-coordinate representation of color #B5A830: hue angle of 54.14º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5A830 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB18116848-
CMYK00.070.730.29
HSL54.14º58.08%44.9%-
HSV(B)54.14º73.48%70.98%-
XYZ33.5938.048.37-
YUV158.2165.81144.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.59%
GREEN value IS 168 (66.02% from 255) = 42.32%
BLUE value IS 48 (19.14% from 255) = 12.09%
R=45.59%
G=42.32%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811684800.070.730.2954.1458.0844.9
HexB5A83007491D363a2d
Octal265250600711135667255
Binary10110101101010001100000111100100111101110110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5a830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5a830; }

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

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

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

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

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

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

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

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