#B5A226

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

Shades of Earls Green #B5A226

Tints of Earls Green #B5A226

Color information

#B5A226 (or 0xB5A226) is unknown color: approx Earls Green. HEX triplet: B5, A2 and 26. RGB value is (181,162,38). Sum of RGB (Red+Green+Blue) = 181+162+38=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 38 (15.23% from 255 or 9.97% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A226 is #4A5DD9. Grayscale: #9A9A9A. Windows color (decimal): -4873690 or 2532021. OLE color: 2532021.

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

Color convert

RGB18116238-
CMYK00.100.790.29
HSL52.03º65.3%42.94%-
HSV(B)52.03º79.01%70.98%-
XYZ32.3335.87.04-
YUV153.5462.79147.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.51%
GREEN value IS 162 (63.67% from 255) = 42.52%
BLUE value IS 38 (15.23% from 255) = 9.97%
R=47.51%
G=42.52%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811623800.100.790.2952.0365.342.94
HexB5A2260A4F1D34412b
Octal26524246012117356410153
Binary1011010110100010100110010101001111111011101001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A226; }

 p { color: rgb(181,162,38); }

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

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

 a { background-color: rgb(181,162,38); }

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

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

 span { border-color: rgb(181,162,38); }

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