#b5aa23

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

Shades of Earls Green #B5AA23

Tints of Earls Green #B5AA23

Color information

#B5AA23 (or 0xB5AA23) is unknown color: approx Earls Green. HEX triplet: B5, AA and 23. RGB value is (181,170,35). Sum of RGB (Red+Green+Blue) = 181+170+35=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 35 (14.06% from 255 or 9.07% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AA23 is #4A55DC. Grayscale: #9E9E9E. Windows color (decimal): -4871645 or 2337461. OLE color: 2337461.

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

Color convert

RGB18117035-
CMYK00.060.810.29
HSL55.48º67.59%42.35%-
HSV(B)55.48º80.66%70.98%-
XYZ33.7338.697.28-
YUV157.958.64144.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.89%
GREEN value IS 170 (66.80% from 255) = 44.04%
BLUE value IS 35 (14.06% from 255) = 9.07%
R=46.89%
G=44.04%
B=9.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811703500.060.810.2955.4867.5942.35
HexB5AA2306511D37442a
Octal2652524306121356710452
Binary101101011010101010001101101010001111011101111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5aa23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5aa23; }

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

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

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

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

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

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

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

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