Shades of Earls Green #B5B831
Tints of Earls Green #B5B831
RGB
CMYK
RGB Variations
Color information
#B5B831 (or 0xB5B831) is known color: Earls Green. HEX triplet: B5, B8 and 31. RGB value is (181,184,49). Sum of RGB (Red+Green+Blue) = 181+184+49=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 184 (72.27% from 255 or 44.44% from 414); Blue value is 49 (19.53% from 255 or 11.84% from 414); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B831 is #4A47CE. Grayscale: #A8A8A8. Windows color (decimal): -4868047 or 3258549. OLE color: 3258549.
HSL color Cylindrical-coordinate representation of color #B5B831: hue angle of 61.33º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5B831 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 184 | 49 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.28 |
| HSL | 61.33º | 0.58% | 0.46% | - |
| HSV(B) | 61.33º | 0.73% | 0.72% | - |
| XYZ | 36.75 | 44.33 | 9.52 | - |
| YUV | 167.71 | 61.01 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 184 | 49 | 0.02 | 0 | 0.73 | 0.28 | 61.33 | 0.58 | 0.46 |
| Hex | B5 | B8 | 31 | 2 | 0 | 49 | 1C | 3D | 3A | 2E |
| Octal | 265 | 270 | 61 | 2 | 0 | 111 | 34 | 75 | 72 | 56 |
| Binary | 10110101 | 10111000 | 110001 | 10 | 0 | 1001001 | 11100 | 111101 | 111010 | 101110 |
Color Harmonies of #B5B831
Complementary color
Monochromatic Colors of #B5B831
Black with #B5B831
Text Example
Text Example
White with #B5B831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B831; }
p { color: rgb(181,184,49); }
H1.HeaderClassName
{
color: #B5B831;
}
.AnyTagClassName
{
color: #B5B831;
}
</style>
background-color css
<style>
a { background-color: #B5B831; }
a { background-color: rgb(181,184,49); }
div.DivClassName
{
background-color: #B5B831;
}
.BgClassName
{
background-color: #B5B831;
}
</style>
border-color css
<style>
span { border-color: #B5B831; }
span { border-color: rgb(181,184,49); }
td.TdClassName
{
border-color: #B5B831;
}
.TagClassName
{
border-color: #B5B831;
}
</style>