Shades of Vida Loca #4B890C
Tints of Vida Loca #4B890C
RGB
CMYK
RGB Variations
Color information
#4B890C (or 0x4B890C) is known color: Vida Loca. HEX triplet: 4B, 89 and 0C. RGB value is (75,137,12). Sum of RGB (Red+Green+Blue) = 75+137+12=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 137 (53.91% from 255 or 61.16% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 137 - color contains mainly: green. Hex color #4B890C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B890C is #B476F3. Grayscale: #686868. Windows color (decimal): -11826932 or 821579. OLE color: 821579.
HSL color Cylindrical-coordinate representation of color #4B890C: hue angle of 89.76º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4B890C is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 75 | 137 | 12 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.46 |
| HSL | 89.76º | 0.84% | 0.29% | - |
| HSV(B) | 89.76º | 0.91% | 0.54% | - |
| XYZ | 11.91 | 19.41 | 3.47 | - |
| YUV | 104.21 | 75.96 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 137 | 12 | 0.45 | 0 | 0.91 | 0.46 | 89.76 | 0.84 | 0.29 |
| Hex | 4B | 89 | C | 2D | 0 | 5B | 2E | 5A | 54 | 1D |
| Octal | 113 | 211 | 14 | 55 | 0 | 133 | 56 | 132 | 124 | 35 |
| Binary | 1001011 | 10001001 | 1100 | 101101 | 0 | 1011011 | 101110 | 1011010 | 1010100 | 11101 |
Color Harmonies of #4B890C
Complementary color
Monochromatic Colors of #4B890C
Black with #4B890C
Text Example
Text Example
White with #4B890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B890C; }
p { color: rgb(75,137,12); }
H1.HeaderClassName
{
color: #4B890C;
}
.AnyTagClassName
{
color: #4B890C;
}
</style>
background-color css
<style>
a { background-color: #4B890C; }
a { background-color: rgb(75,137,12); }
div.DivClassName
{
background-color: #4B890C;
}
.BgClassName
{
background-color: #4B890C;
}
</style>
border-color css
<style>
span { border-color: #4B890C; }
span { border-color: rgb(75,137,12); }
td.TdClassName
{
border-color: #4B890C;
}
.TagClassName
{
border-color: #4B890C;
}
</style>