Shades of Vida Loca #5E892D
Tints of Vida Loca #5E892D
RGB
CMYK
RGB Variations
Color information
#5E892D (or 0x5E892D) is known color: Vida Loca. HEX triplet: 5E, 89 and 2D. RGB value is (94,137,45). Sum of RGB (Red+Green+Blue) = 94+137+45=276 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.06% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #5E892D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E892D is #A176D2. Grayscale: #717171. Windows color (decimal): -10581715 or 2984286. OLE color: 2984286.
HSL color Cylindrical-coordinate representation of color #5E892D: hue angle of 88.04º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E892D is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
RGB | 94 | 137 | 45 | - |
CMYK | 0.31 | 0 | 0.67 | 0.46 |
HSL | 88.04º | 0.51% | 0.36% | - |
HSV(B) | 88.04º | 0.67% | 0.54% | - |
XYZ | 14.04 | 20.46 | 5.69 | - |
YUV | 113.66 | 89.25 | 113.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 137 | 45 | 0.31 | 0 | 0.67 | 0.46 | 88.04 | 0.51 | 0.36 |
Hex | 5E | 89 | 2D | 1F | 0 | 43 | 2E | 58 | 33 | 24 |
Octal | 136 | 211 | 55 | 37 | 0 | 103 | 56 | 130 | 63 | 44 |
Binary | 1011110 | 10001001 | 101101 | 11111 | 0 | 1000011 | 101110 | 1011000 | 110011 | 100100 |
Color Harmonies of #5E892D
Complementary color
Monochromatic Colors of #5E892D
Black with #5E892D
Text Example
Text Example
White with #5E892D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E892D; }
p { color: rgb(94,137,45); }
H1.HeaderClassName
{
color: #5E892D;
}
.AnyTagClassName
{
color: #5E892D;
}
</style>
background-color css
<style>
a { background-color: #5E892D; }
a { background-color: rgb(94,137,45); }
div.DivClassName
{
background-color: #5E892D;
}
.BgClassName
{
background-color: #5E892D;
}
</style>
border-color css
<style>
span { border-color: #5E892D; }
span { border-color: rgb(94,137,45); }
td.TdClassName
{
border-color: #5E892D;
}
.TagClassName
{
border-color: #5E892D;
}
</style>