Shades of Earls Green #B5B423
Tints of Earls Green #B5B423
RGB
CMYK
RGB Variations
Color information
#B5B423 (or 0xB5B423) is known color: Earls Green. HEX triplet: B5, B4 and 23. RGB value is (181,180,35). Sum of RGB (Red+Green+Blue) = 181+180+35=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 35 (14.06% from 255 or 8.84% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B423 is #4A4BDC. Grayscale: #A4A4A4. Windows color (decimal): -4869085 or 2340021. OLE color: 2340021.
HSL color Cylindrical-coordinate representation of color #B5B423: hue angle of 59.59º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5B423 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 180 | 35 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.29 |
| HSL | 59.59º | 0.68% | 0.42% | - |
| HSV(B) | 59.59º | 0.81% | 0.71% | - |
| XYZ | 35.68 | 42.59 | 7.93 | - |
| YUV | 163.77 | 55.33 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 180 | 35 | 0 | 0.01 | 0.81 | 0.29 | 59.59 | 0.68 | 0.42 |
| Hex | B5 | B4 | 23 | 0 | 1 | 51 | 1D | 3C | 44 | 2A |
| Octal | 265 | 264 | 43 | 0 | 1 | 121 | 35 | 74 | 104 | 52 |
| Binary | 10110101 | 10110100 | 100011 | 0 | 1 | 1010001 | 11101 | 111100 | 1000100 | 101010 |
Color Harmonies of #B5B423
Complementary color
Monochromatic Colors of #B5B423
Black with #B5B423
Text Example
Text Example
White with #B5B423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B423; }
p { color: rgb(181,180,35); }
H1.HeaderClassName
{
color: #B5B423;
}
.AnyTagClassName
{
color: #B5B423;
}
</style>
background-color css
<style>
a { background-color: #B5B423; }
a { background-color: rgb(181,180,35); }
div.DivClassName
{
background-color: #B5B423;
}
.BgClassName
{
background-color: #B5B423;
}
</style>
border-color css
<style>
span { border-color: #B5B423; }
span { border-color: rgb(181,180,35); }
td.TdClassName
{
border-color: #B5B423;
}
.TagClassName
{
border-color: #B5B423;
}
</style>