#B5AE25

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

Shades of Earls Green #B5AE25

Tints of Earls Green #B5AE25

Color information

#B5AE25 (or 0xB5AE25) is unknown color: approx Earls Green. HEX triplet: B5, AE and 25. RGB value is (181,174,37). Sum of RGB (Red+Green+Blue) = 181+174+37=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 37 (14.84% from 255 or 9.44% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AE25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AE25 is #4A51DA. Grayscale: #A1A1A1. Windows color (decimal): -4870619 or 2469557. OLE color: 2469557.

HSL color Cylindrical-coordinate representation of color #B5AE25: hue angle of 57.08º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5AE25 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB18117437-
CMYK00.040.800.29
HSL57.08º66.06%42.75%-
HSV(B)57.08º79.56%70.98%-
XYZ34.5340.237.7-
YUV160.4858.32142.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.17%
GREEN value IS 174 (68.36% from 255) = 44.39%
BLUE value IS 37 (14.84% from 255) = 9.44%
R=46.17%
G=44.39%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811743700.040.800.2957.0866.0642.75
HexB5AE2504501D39422b
Octal2652564504120357110253
Binary101101011010111010010101001010000111011110011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AE25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AE25; }

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

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

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

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

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

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

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

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