#B5A50F

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

Shades of Earls Green #B5A50F

Tints of Earls Green #B5A50F

Color information

#B5A50F (or 0xB5A50F) is unknown color: approx Earls Green. HEX triplet: B5, A5 and 0F. RGB value is (181,165,15). Sum of RGB (Red+Green+Blue) = 181+165+15=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 165 (64.84% from 255 or 45.71% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A50F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A50F is #4A5AF0. Grayscale: #999999. Windows color (decimal): -4872945 or 1025461. OLE color: 1025461.

HSL color Cylindrical-coordinate representation of color #B5A50F: hue angle of 54.22º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5A50F is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB18116515-
CMYK00.090.920.29
HSL54.22º84.69%38.43%-
HSV(B)54.22º91.71%70.98%-
XYZ32.636.775.83-
YUV152.6850.3148.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.14%
GREEN value IS 165 (64.84% from 255) = 45.71%
BLUE value IS 15 (6.25% from 255) = 4.16%
R=50.14%
G=45.71%
B=4.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811651500.090.920.2954.2284.6938.43
HexB5A5F095C1D365526
Octal26524517011134356612546
Binary10110101101001011111010011011100111011101101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A50F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A50F; }

 p { color: rgb(181,165,15); }

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

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

 a { background-color: rgb(181,165,15); }

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

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

 span { border-color: rgb(181,165,15); }

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