Shades of Vida Loca #5B923D
Tints of Vida Loca #5B923D
RGB
CMYK
RGB Variations
Color information
#5B923D (or 0x5B923D) is known color: Vida Loca. HEX triplet: 5B, 92 and 3D. RGB value is (91,146,61). Sum of RGB (Red+Green+Blue) = 91+146+61=298 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.54% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #5B923D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B923D is #A46DC2. Grayscale: #787878. Windows color (decimal): -10776003 or 4035163. OLE color: 4035163.
HSL color Cylindrical-coordinate representation of color #5B923D: hue angle of 98.82º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B923D is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 146 | 61 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.43 |
| HSL | 98.82º | 0.41% | 0.41% | - |
| HSV(B) | 98.82º | 0.58% | 0.57% | - |
| XYZ | 15.44 | 23.12 | 8.06 | - |
| YUV | 119.87 | 94.78 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 146 | 61 | 0.38 | 0 | 0.58 | 0.43 | 98.82 | 0.41 | 0.41 |
| Hex | 5B | 92 | 3D | 26 | 0 | 3A | 2B | 63 | 29 | 29 |
| Octal | 133 | 222 | 75 | 46 | 0 | 72 | 53 | 143 | 51 | 51 |
| Binary | 1011011 | 10010010 | 111101 | 100110 | 0 | 111010 | 101011 | 1100011 | 101001 | 101001 |
Color Harmonies of #5B923D
Complementary color
Monochromatic Colors of #5B923D
Black with #5B923D
Text Example
Text Example
White with #5B923D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B923D; }
p { color: rgb(91,146,61); }
H1.HeaderClassName
{
color: #5B923D;
}
.AnyTagClassName
{
color: #5B923D;
}
</style>
background-color css
<style>
a { background-color: #5B923D; }
a { background-color: rgb(91,146,61); }
div.DivClassName
{
background-color: #5B923D;
}
.BgClassName
{
background-color: #5B923D;
}
</style>
border-color css
<style>
span { border-color: #5B923D; }
span { border-color: rgb(91,146,61); }
td.TdClassName
{
border-color: #5B923D;
}
.TagClassName
{
border-color: #5B923D;
}
</style>