Shades of Earls Green #B7B525
Tints of Earls Green #B7B525
RGB
CMYK
RGB Variations
Color information
#B7B525 (or 0xB7B525) is known color: Earls Green. HEX triplet: B7, B5 and 25. RGB value is (183,181,37). Sum of RGB (Red+Green+Blue) = 183+181+37=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 37 (14.84% from 255 or 9.23% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B525 is #484ADA. Grayscale: #A5A5A5. Windows color (decimal): -4737755 or 2471351. OLE color: 2471351.
HSL color Cylindrical-coordinate representation of color #B7B525: hue angle of 59.18º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B7B525 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 181 | 37 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.28 |
| HSL | 59.18º | 0.66% | 0.43% | - |
| HSV(B) | 59.18º | 0.8% | 0.72% | - |
| XYZ | 36.39 | 43.25 | 8.18 | - |
| YUV | 165.18 | 55.66 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 181 | 37 | 0 | 0.01 | 0.80 | 0.28 | 59.18 | 0.66 | 0.43 |
| Hex | B7 | B5 | 25 | 0 | 1 | 50 | 1C | 3B | 42 | 2B |
| Octal | 267 | 265 | 45 | 0 | 1 | 120 | 34 | 73 | 102 | 53 |
| Binary | 10110111 | 10110101 | 100101 | 0 | 1 | 1010000 | 11100 | 111011 | 1000010 | 101011 |
Color Harmonies of #B7B525
Complementary color
Monochromatic Colors of #B7B525
Black with #B7B525
Text Example
Text Example
White with #B7B525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B525; }
p { color: rgb(183,181,37); }
H1.HeaderClassName
{
color: #B7B525;
}
.AnyTagClassName
{
color: #B7B525;
}
</style>
background-color css
<style>
a { background-color: #B7B525; }
a { background-color: rgb(183,181,37); }
div.DivClassName
{
background-color: #B7B525;
}
.BgClassName
{
background-color: #B7B525;
}
</style>
border-color css
<style>
span { border-color: #B7B525; }
span { border-color: rgb(183,181,37); }
td.TdClassName
{
border-color: #B7B525;
}
.TagClassName
{
border-color: #B7B525;
}
</style>