Shades of Earls Green #B8B521
Tints of Earls Green #B8B521
RGB
CMYK
RGB Variations
Color information
#B8B521 (or 0xB8B521) is known color: Earls Green. HEX triplet: B8, B5 and 21. RGB value is (184,181,33). Sum of RGB (Red+Green+Blue) = 184+181+33=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 181 (71.09% from 255 or 45.48% from 398); Blue value is 33 (13.28% from 255 or 8.29% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B521 is #474ADE. Grayscale: #A5A5A5. Windows color (decimal): -4672223 or 2209208. OLE color: 2209208.
HSL color Cylindrical-coordinate representation of color #B8B521: hue angle of 58.81º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8B521 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 181 | 33 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.28 |
| HSL | 58.81º | 0.7% | 0.43% | - |
| HSV(B) | 58.81º | 0.82% | 0.72% | - |
| XYZ | 36.57 | 43.35 | 7.88 | - |
| YUV | 165.03 | 53.49 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 181 | 33 | 0 | 0.02 | 0.82 | 0.28 | 58.81 | 0.7 | 0.43 |
| Hex | B8 | B5 | 21 | 0 | 2 | 52 | 1C | 3B | 46 | 2B |
| Octal | 270 | 265 | 41 | 0 | 2 | 122 | 34 | 73 | 106 | 53 |
| Binary | 10111000 | 10110101 | 100001 | 0 | 10 | 1010010 | 11100 | 111011 | 1000110 | 101011 |
Color Harmonies of #B8B521
Complementary color
Monochromatic Colors of #B8B521
Black with #B8B521
Text Example
Text Example
White with #B8B521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B521; }
p { color: rgb(184,181,33); }
H1.HeaderClassName
{
color: #B8B521;
}
.AnyTagClassName
{
color: #B8B521;
}
</style>
background-color css
<style>
a { background-color: #B8B521; }
a { background-color: rgb(184,181,33); }
div.DivClassName
{
background-color: #B8B521;
}
.BgClassName
{
background-color: #B8B521;
}
</style>
border-color css
<style>
span { border-color: #B8B521; }
span { border-color: rgb(184,181,33); }
td.TdClassName
{
border-color: #B8B521;
}
.TagClassName
{
border-color: #B8B521;
}
</style>