#B5A329

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

Shades of Earls Green #B5A329

Tints of Earls Green #B5A329

Color information

#B5A329 (or 0xB5A329) is unknown color: approx Earls Green. HEX triplet: B5, A3 and 29. RGB value is (181,163,41). Sum of RGB (Red+Green+Blue) = 181+163+41=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 41 (16.41% from 255 or 10.65% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A329 is #4A5CD6. Grayscale: #9A9A9A. Windows color (decimal): -4873431 or 2728885. OLE color: 2728885.

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

Color convert

RGB18116341-
CMYK00.100.770.29
HSL52.29º63.06%43.53%-
HSV(B)52.29º77.35%70.98%-
XYZ32.5536.187.37-
YUV154.4763.96146.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.01%
GREEN value IS 163 (64.06% from 255) = 42.34%
BLUE value IS 41 (16.41% from 255) = 10.65%
R=47.01%
G=42.34%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811634100.100.770.2952.2963.0643.53
HexB5A3290A4D1D343f2c
Octal2652435101211535647754
Binary101101011010001110100101010100110111101110100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A329; }

 p { color: rgb(181,163,41); }

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

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

 a { background-color: rgb(181,163,41); }

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

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

 span { border-color: rgb(181,163,41); }

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