#B5A91E

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

Shades of Earls Green #B5A91E

Tints of Earls Green #B5A91E

Color information

#B5A91E (or 0xB5A91E) is unknown color: approx Earls Green. HEX triplet: B5, A9 and 1E. RGB value is (181,169,30). Sum of RGB (Red+Green+Blue) = 181+169+30=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 30 (12.11% from 255 or 7.89% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A91E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A91E is #4A56E1. Grayscale: #9D9D9D. Windows color (decimal): -4871906 or 2009525. OLE color: 2009525.

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

Color convert

RGB18116930-
CMYK00.070.830.29
HSL55.23º71.56%41.37%-
HSV(B)55.23º83.43%70.98%-
XYZ33.4838.296.86-
YUV156.7456.48145.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.63%
GREEN value IS 169 (66.41% from 255) = 44.47%
BLUE value IS 30 (12.11% from 255) = 7.89%
R=47.63%
G=44.47%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811693000.070.830.2955.2371.5641.37
HexB5A91E07531D374829
Octal2652513607123356711051
Binary10110101101010011111001111010011111011101111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A91E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A91E; }

 p { color: rgb(181,169,30); }

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

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

 a { background-color: rgb(181,169,30); }

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

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

 span { border-color: rgb(181,169,30); }

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