#B5A72E

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

Shades of Earls Green #B5A72E

Tints of Earls Green #B5A72E

Color information

#B5A72E (or 0xB5A72E) is unknown color: approx Earls Green. HEX triplet: B5, A7 and 2E. RGB value is (181,167,46). Sum of RGB (Red+Green+Blue) = 181+167+46=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 167 (65.62% from 255 or 42.39% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A72E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A72E is #4A58D1. Grayscale: #9D9D9D. Windows color (decimal): -4872402 or 3057589. OLE color: 3057589.

HSL color Cylindrical-coordinate representation of color #B5A72E: hue angle of 53.78º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5A72E is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB18116746-
CMYK00.080.750.29
HSL53.78º59.47%44.51%-
HSV(B)53.78º74.59%70.98%-
XYZ33.3737.668.09-
YUV157.3965.14144.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.94%
GREEN value IS 167 (65.62% from 255) = 42.39%
BLUE value IS 46 (18.36% from 255) = 11.68%
R=45.94%
G=42.39%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811674600.080.750.2953.7859.4744.51
HexB5A72E084B1D363b2d
Octal2652475601011335667355
Binary101101011010011110111001000100101111101110110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A72E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A72E; }

 p { color: rgb(181,167,46); }

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

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

 a { background-color: rgb(181,167,46); }

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

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

 span { border-color: rgb(181,167,46); }

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