#B5AA26

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

Shades of Earls Green #B5AA26

Tints of Earls Green #B5AA26

Color information

#B5AA26 (or 0xB5AA26) is unknown color: approx Earls Green. HEX triplet: B5, AA and 26. RGB value is (181,170,38). Sum of RGB (Red+Green+Blue) = 181+170+38=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AA26 is #4A55D9. Grayscale: #9E9E9E. Windows color (decimal): -4871642 or 2534069. OLE color: 2534069.

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

Color convert

RGB18117038-
CMYK00.060.790.29
HSL55.38º65.3%42.94%-
HSV(B)55.38º79.01%70.98%-
XYZ33.7838.717.53-
YUV158.2460.14144.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.53%
GREEN value IS 170 (66.80% from 255) = 43.70%
BLUE value IS 38 (15.23% from 255) = 9.77%
R=46.53%
G=43.70%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811703800.060.790.2955.3865.342.94
HexB5AA26064F1D37412b
Octal2652524606117356710153
Binary101101011010101010011001101001111111011101111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AA26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AA26; }

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

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

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

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

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

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

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

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