#B5A223

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

Shades of Earls Green #B5A223

Tints of Earls Green #B5A223

Color information

#B5A223 (or 0xB5A223) is unknown color: approx Earls Green. HEX triplet: B5, A2 and 23. RGB value is (181,162,35). Sum of RGB (Red+Green+Blue) = 181+162+35=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 35 (14.06% from 255 or 9.26% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A223 is #4A5DDC. Grayscale: #999999. Windows color (decimal): -4873693 or 2335413. OLE color: 2335413.

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

Color convert

RGB18116235-
CMYK00.100.810.29
HSL52.19º67.59%42.35%-
HSV(B)52.19º80.66%70.98%-
XYZ32.2835.796.8-
YUV153.261.29147.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.88%
GREEN value IS 162 (63.67% from 255) = 42.86%
BLUE value IS 35 (14.06% from 255) = 9.26%
R=47.88%
G=42.86%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811623500.100.810.2952.1967.5942.35
HexB5A2230A511D34442a
Octal26524243012121356410452
Binary1011010110100010100011010101010001111011101001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A223; }

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

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

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

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

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

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

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

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