Shades of Vida Loca #598B16
Tints of Vida Loca #598B16
RGB
CMYK
RGB Variations
Color information
#598B16 (or 0x598B16) is known color: Vida Loca. HEX triplet: 59, 8B and 16. RGB value is (89,139,22). Sum of RGB (Red+Green+Blue) = 89+139+22=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 139 (54.69% from 255 or 55.6% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 139 - color contains mainly: green. Hex color #598B16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598B16 is #A674E9. Grayscale: #6F6F6F. Windows color (decimal): -10908906 or 1477465. OLE color: 1477465.
HSL color Cylindrical-coordinate representation of color #598B16: hue angle of 85.64º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #598B16 is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 139 | 22 | - |
| CMYK | 0.36 | 0 | 0.84 | 0.45 |
| HSL | 85.64º | 0.73% | 0.32% | - |
| HSV(B) | 85.64º | 0.84% | 0.55% | - |
| XYZ | 13.5 | 20.65 | 4.03 | - |
| YUV | 110.71 | 77.94 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 139 | 22 | 0.36 | 0 | 0.84 | 0.45 | 85.64 | 0.73 | 0.32 |
| Hex | 59 | 8B | 16 | 24 | 0 | 54 | 2D | 56 | 49 | 20 |
| Octal | 131 | 213 | 26 | 44 | 0 | 124 | 55 | 126 | 111 | 40 |
| Binary | 1011001 | 10001011 | 10110 | 100100 | 0 | 1010100 | 101101 | 1010110 | 1001001 | 100000 |
Color Harmonies of #598B16
Complementary color
Monochromatic Colors of #598B16
Black with #598B16
Text Example
Text Example
White with #598B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598B16; }
p { color: rgb(89,139,22); }
H1.HeaderClassName
{
color: #598B16;
}
.AnyTagClassName
{
color: #598B16;
}
</style>
background-color css
<style>
a { background-color: #598B16; }
a { background-color: rgb(89,139,22); }
div.DivClassName
{
background-color: #598B16;
}
.BgClassName
{
background-color: #598B16;
}
</style>
border-color css
<style>
span { border-color: #598B16; }
span { border-color: rgb(89,139,22); }
td.TdClassName
{
border-color: #598B16;
}
.TagClassName
{
border-color: #598B16;
}
</style>