Shades of Earls Green #B5AE25
Tints of Earls Green #B5AE25
RGB
CMYK
RGB Variations
Color information
#B5AE25 (or 0xB5AE25) is known color: 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
RGB | 181 | 174 | 37 | - |
CMYK | 0 | 0.04 | 0.80 | 0.29 |
HSL | 57.08º | 0.66% | 0.43% | - |
HSV(B) | 57.08º | 0.8% | 0.71% | - |
XYZ | 34.53 | 40.23 | 7.7 | - |
YUV | 160.48 | 58.32 | 142.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 174 | 37 | 0 | 0.04 | 0.80 | 0.29 | 57.08 | 0.66 | 0.43 |
Hex | B5 | AE | 25 | 0 | 4 | 50 | 1D | 39 | 42 | 2B |
Octal | 265 | 256 | 45 | 0 | 4 | 120 | 35 | 71 | 102 | 53 |
Binary | 10110101 | 10101110 | 100101 | 0 | 100 | 1010000 | 11101 | 111001 | 1000010 | 101011 |
Color Harmonies of #B5AE25
Complementary color
Monochromatic Colors of #B5AE25
Black with #B5AE25
Text Example
Text Example
White with #B5AE25
Text Example
Text Example
HTML Codes & Css Web 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>