Shades of Earls Green #B5B12F
Tints of Earls Green #B5B12F
RGB
CMYK
RGB Variations
Color information
#B5B12F (or 0xB5B12F) is known color: Earls Green. HEX triplet: B5, B1 and 2F. RGB value is (181,177,47). Sum of RGB (Red+Green+Blue) = 181+177+47=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B12F is #4A4ED0. Grayscale: #A3A3A3. Windows color (decimal): -4869841 or 3125685. OLE color: 3125685.
HSL color Cylindrical-coordinate representation of color #B5B12F: hue angle of 58.21º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5B12F is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 177 | 47 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.29 |
| HSL | 58.21º | 0.59% | 0.45% | - |
| HSV(B) | 58.21º | 0.74% | 0.71% | - |
| XYZ | 35.29 | 41.47 | 8.83 | - |
| YUV | 163.38 | 62.33 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 177 | 47 | 0 | 0.02 | 0.74 | 0.29 | 58.21 | 0.59 | 0.45 |
| Hex | B5 | B1 | 2F | 0 | 2 | 4A | 1D | 3A | 3B | 2D |
| Octal | 265 | 261 | 57 | 0 | 2 | 112 | 35 | 72 | 73 | 55 |
| Binary | 10110101 | 10110001 | 101111 | 0 | 10 | 1001010 | 11101 | 111010 | 111011 | 101101 |
Color Harmonies of #B5B12F
Complementary color
Monochromatic Colors of #B5B12F
Black with #B5B12F
Text Example
Text Example
White with #B5B12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B12F; }
p { color: rgb(181,177,47); }
H1.HeaderClassName
{
color: #B5B12F;
}
.AnyTagClassName
{
color: #B5B12F;
}
</style>
background-color css
<style>
a { background-color: #B5B12F; }
a { background-color: rgb(181,177,47); }
div.DivClassName
{
background-color: #B5B12F;
}
.BgClassName
{
background-color: #B5B12F;
}
</style>
border-color css
<style>
span { border-color: #B5B12F; }
span { border-color: rgb(181,177,47); }
td.TdClassName
{
border-color: #B5B12F;
}
.TagClassName
{
border-color: #B5B12F;
}
</style>