Shades of Earls Green #B5B526
Tints of Earls Green #B5B526
RGB
CMYK
RGB Variations
Color information
#B5B526 (or 0xB5B526) is known color: Earls Green. HEX triplet: B5, B5 and 26. RGB value is (181,181,38). Sum of RGB (Red+Green+Blue) = 181+181+38=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 181 (71.09% from 255 or 45.25% from 400); Blue value is 38 (15.23% from 255 or 9.5% from 400); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B526 is #4A4AD9. Grayscale: #A5A5A5. Windows color (decimal): -4868826 or 2536885. OLE color: 2536885.
HSL color Cylindrical-coordinate representation of color #B5B526: hue angle of 60º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B5B526 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 181 | 38 | - |
| CMYK | 0 | 0 | 0.79 | 0.29 |
| HSL | 60º | 0.65% | 0.43% | - |
| HSV(B) | 60º | 0.79% | 0.71% | - |
| XYZ | 35.93 | 43.01 | 8.24 | - |
| YUV | 164.7 | 56.5 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 181 | 38 | 0 | 0 | 0.79 | 0.29 | 60 | 0.65 | 0.43 |
| Hex | B5 | B5 | 26 | 0 | 0 | 4F | 1D | 3C | 41 | 2B |
| Octal | 265 | 265 | 46 | 0 | 0 | 117 | 35 | 74 | 101 | 53 |
| Binary | 10110101 | 10110101 | 100110 | 0 | 0 | 1001111 | 11101 | 111100 | 1000001 | 101011 |
Color Harmonies of #B5B526
Complementary color
Monochromatic Colors of #B5B526
Black with #B5B526
Text Example
Text Example
White with #B5B526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B526; }
p { color: rgb(181,181,38); }
H1.HeaderClassName
{
color: #B5B526;
}
.AnyTagClassName
{
color: #B5B526;
}
</style>
background-color css
<style>
a { background-color: #B5B526; }
a { background-color: rgb(181,181,38); }
div.DivClassName
{
background-color: #B5B526;
}
.BgClassName
{
background-color: #B5B526;
}
</style>
border-color css
<style>
span { border-color: #B5B526; }
span { border-color: rgb(181,181,38); }
td.TdClassName
{
border-color: #B5B526;
}
.TagClassName
{
border-color: #B5B526;
}
</style>