#B5A80A

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

Shades of Earls Green #B5A80A

Tints of Earls Green #B5A80A

Color information

#B5A80A (or 0xB5A80A) is unknown color: approx Earls Green. HEX triplet: B5, A8 and 0A. RGB value is (181,168,10). Sum of RGB (Red+Green+Blue) = 181+168+10=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 168 (66.02% from 255 or 46.80% from 359); Blue value is 10 (4.30% from 255 or 2.79% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A80A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A80A is #4A57F5. Grayscale: #9A9A9A. Windows color (decimal): -4872182 or 698549. OLE color: 698549.

HSL color Cylindrical-coordinate representation of color #B5A80A: hue angle of 55.44º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5A80A is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB18116810-
CMYK00.070.940.29
HSL55.44º89.53%37.45%-
HSV(B)55.44º94.48%70.98%-
XYZ33.1137.855.85-
YUV153.8846.81147.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.42%
GREEN value IS 168 (66.02% from 255) = 46.80%
BLUE value IS 10 (4.30% from 255) = 2.79%
R=50.42%
G=46.80%
B=2.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811681000.070.940.2955.4489.5337.45
HexB5A8A075E1D375a25
Octal2652501207136356713245
Binary1011010110101000101001111011110111011101111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A80A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A80A; }

 p { color: rgb(181,168,10); }

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

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

 a { background-color: rgb(181,168,10); }

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

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

 span { border-color: rgb(181,168,10); }

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