Shades of Vida Loca #528A09
Tints of Vida Loca #528A09
RGB
CMYK
RGB Variations
Color information
#528A09 (or 0x528A09) is known color: Vida Loca. HEX triplet: 52, 8A and 09. RGB value is (82,138,9). Sum of RGB (Red+Green+Blue) = 82+138+9=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 138 (54.30% from 255 or 60.26% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 138 - color contains mainly: green. Hex color #528A09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528A09 is #AD75F6. Grayscale: #6B6B6B. Windows color (decimal): -11367927 or 625234. OLE color: 625234.
HSL color Cylindrical-coordinate representation of color #528A09: hue angle of 86.05º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #528A09 is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 138 | 9 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.46 |
| HSL | 86.05º | 0.88% | 0.29% | - |
| HSV(B) | 86.05º | 0.93% | 0.54% | - |
| XYZ | 12.62 | 19.99 | 3.45 | - |
| YUV | 106.55 | 72.95 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 138 | 9 | 0.41 | 0 | 0.93 | 0.46 | 86.05 | 0.88 | 0.29 |
| Hex | 52 | 8A | 9 | 29 | 0 | 5D | 2E | 56 | 58 | 1D |
| Octal | 122 | 212 | 11 | 51 | 0 | 135 | 56 | 126 | 130 | 35 |
| Binary | 1010010 | 10001010 | 1001 | 101001 | 0 | 1011101 | 101110 | 1010110 | 1011000 | 11101 |
Color Harmonies of #528A09
Complementary color
Monochromatic Colors of #528A09
Black with #528A09
Text Example
Text Example
White with #528A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528A09; }
p { color: rgb(82,138,9); }
H1.HeaderClassName
{
color: #528A09;
}
.AnyTagClassName
{
color: #528A09;
}
</style>
background-color css
<style>
a { background-color: #528A09; }
a { background-color: rgb(82,138,9); }
div.DivClassName
{
background-color: #528A09;
}
.BgClassName
{
background-color: #528A09;
}
</style>
border-color css
<style>
span { border-color: #528A09; }
span { border-color: rgb(82,138,9); }
td.TdClassName
{
border-color: #528A09;
}
.TagClassName
{
border-color: #528A09;
}
</style>