Shades of Earls Green #B5AF1E
Tints of Earls Green #B5AF1E
RGB
CMYK
RGB Variations
Color information
#B5AF1E (or 0xB5AF1E) is known color: Earls Green. HEX triplet: B5, AF and 1E. RGB value is (181,175,30). Sum of RGB (Red+Green+Blue) = 181+175+30=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AF1E is #4A50E1. Grayscale: #A0A0A0. Windows color (decimal): -4870370 or 2011061. OLE color: 2011061.
HSL color Cylindrical-coordinate representation of color #B5AF1E: hue angle of 57.62º 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 #B5AF1E is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 175 | 30 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.29 |
| HSL | 57.62º | 0.72% | 0.41% | - |
| HSV(B) | 57.62º | 0.83% | 0.71% | - |
| XYZ | 34.62 | 40.58 | 7.24 | - |
| YUV | 160.26 | 54.49 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 175 | 30 | 0 | 0.03 | 0.83 | 0.29 | 57.62 | 0.72 | 0.41 |
| Hex | B5 | AF | 1E | 0 | 3 | 53 | 1D | 3A | 48 | 29 |
| Octal | 265 | 257 | 36 | 0 | 3 | 123 | 35 | 72 | 110 | 51 |
| Binary | 10110101 | 10101111 | 11110 | 0 | 11 | 1010011 | 11101 | 111010 | 1001000 | 101001 |
Color Harmonies of #B5AF1E
Complementary color
Monochromatic Colors of #B5AF1E
Black with #B5AF1E
Text Example
Text Example
White with #B5AF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AF1E; }
p { color: rgb(181,175,30); }
H1.HeaderClassName
{
color: #B5AF1E;
}
.AnyTagClassName
{
color: #B5AF1E;
}
</style>
background-color css
<style>
a { background-color: #B5AF1E; }
a { background-color: rgb(181,175,30); }
div.DivClassName
{
background-color: #B5AF1E;
}
.BgClassName
{
background-color: #B5AF1E;
}
</style>
border-color css
<style>
span { border-color: #B5AF1E; }
span { border-color: rgb(181,175,30); }
td.TdClassName
{
border-color: #B5AF1E;
}
.TagClassName
{
border-color: #B5AF1E;
}
</style>