Shades of Earls Green #B5B128
Tints of Earls Green #B5B128
RGB
CMYK
RGB Variations
Color information
#B5B128 (or 0xB5B128) is known color: Earls Green. HEX triplet: B5, B1 and 28. RGB value is (181,177,40). Sum of RGB (Red+Green+Blue) = 181+177+40=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 40 (16.02% from 255 or 10.05% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B128 is #4A4ED7. Grayscale: #A3A3A3. Windows color (decimal): -4869848 or 2666933. OLE color: 2666933.
HSL color Cylindrical-coordinate representation of color #B5B128: hue angle of 58.3º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5B128 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 177 | 40 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.29 |
| HSL | 58.3º | 0.64% | 0.43% | - |
| HSV(B) | 58.3º | 0.78% | 0.71% | - |
| XYZ | 35.16 | 41.42 | 8.15 | - |
| YUV | 162.58 | 58.83 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 177 | 40 | 0 | 0.02 | 0.78 | 0.29 | 58.3 | 0.64 | 0.43 |
| Hex | B5 | B1 | 28 | 0 | 2 | 4E | 1D | 3A | 40 | 2B |
| Octal | 265 | 261 | 50 | 0 | 2 | 116 | 35 | 72 | 100 | 53 |
| Binary | 10110101 | 10110001 | 101000 | 0 | 10 | 1001110 | 11101 | 111010 | 1000000 | 101011 |
Color Harmonies of #B5B128
Complementary color
Monochromatic Colors of #B5B128
Black with #B5B128
Text Example
Text Example
White with #B5B128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B128; }
p { color: rgb(181,177,40); }
H1.HeaderClassName
{
color: #B5B128;
}
.AnyTagClassName
{
color: #B5B128;
}
</style>
background-color css
<style>
a { background-color: #B5B128; }
a { background-color: rgb(181,177,40); }
div.DivClassName
{
background-color: #B5B128;
}
.BgClassName
{
background-color: #B5B128;
}
</style>
border-color css
<style>
span { border-color: #B5B128; }
span { border-color: rgb(181,177,40); }
td.TdClassName
{
border-color: #B5B128;
}
.TagClassName
{
border-color: #B5B128;
}
</style>