#B5AE2E

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

Shades of Earls Green #B5AE2E

Tints of Earls Green #B5AE2E

Color information

#B5AE2E (or 0xB5AE2E) is unknown color: approx Earls Green. HEX triplet: B5, AE and 2E. RGB value is (181,174,46). Sum of RGB (Red+Green+Blue) = 181+174+46=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 46 (18.36% from 255 or 11.47% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AE2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AE2E is #4A51D1. Grayscale: #A2A2A2. Windows color (decimal): -4870610 or 3059381. OLE color: 3059381.

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

Color convert

RGB18117446-
CMYK00.040.750.29
HSL56.89º59.47%44.51%-
HSV(B)56.89º74.59%70.98%-
XYZ34.6940.298.53-
YUV161.562.82141.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.14%
GREEN value IS 174 (68.36% from 255) = 43.39%
BLUE value IS 46 (18.36% from 255) = 11.47%
R=45.14%
G=43.39%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811744600.040.750.2956.8959.4744.51
HexB5AE2E044B1D393b2d
Octal265256560411335717355
Binary10110101101011101011100100100101111101111001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AE2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AE2E; }

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

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

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

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

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

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

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

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