Shades of Vida Loca #5A851B
Tints of Vida Loca #5A851B
RGB
CMYK
RGB Variations
Color information
#5A851B (or 0x5A851B) is known color: Vida Loca. HEX triplet: 5A, 85 and 1B. RGB value is (90,133,27). Sum of RGB (Red+Green+Blue) = 90+133+27=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #5A851B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A851B is #A57AE4. Grayscale: #6C6C6C. Windows color (decimal): -10844901 or 1803610. OLE color: 1803610.
HSL color Cylindrical-coordinate representation of color #5A851B: hue angle of 84.34º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A851B is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 133 | 27 | - |
| CMYK | 0.32 | 0 | 0.80 | 0.48 |
| HSL | 84.34º | 0.66% | 0.31% | - |
| HSV(B) | 84.34º | 0.8% | 0.52% | - |
| XYZ | 12.8 | 19.03 | 4.03 | - |
| YUV | 108.06 | 82.25 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 133 | 27 | 0.32 | 0 | 0.80 | 0.48 | 84.34 | 0.66 | 0.31 |
| Hex | 5A | 85 | 1B | 20 | 0 | 50 | 30 | 54 | 42 | 1F |
| Octal | 132 | 205 | 33 | 40 | 0 | 120 | 60 | 124 | 102 | 37 |
| Binary | 1011010 | 10000101 | 11011 | 100000 | 0 | 1010000 | 110000 | 1010100 | 1000010 | 11111 |
Color Harmonies of #5A851B
Complementary color
Monochromatic Colors of #5A851B
Black with #5A851B
Text Example
Text Example
White with #5A851B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A851B; }
p { color: rgb(90,133,27); }
H1.HeaderClassName
{
color: #5A851B;
}
.AnyTagClassName
{
color: #5A851B;
}
</style>
background-color css
<style>
a { background-color: #5A851B; }
a { background-color: rgb(90,133,27); }
div.DivClassName
{
background-color: #5A851B;
}
.BgClassName
{
background-color: #5A851B;
}
</style>
border-color css
<style>
span { border-color: #5A851B; }
span { border-color: rgb(90,133,27); }
td.TdClassName
{
border-color: #5A851B;
}
.TagClassName
{
border-color: #5A851B;
}
</style>