Shades of Rio Grande #C9DB12
Tints of Rio Grande #C9DB12
RGB
CMYK
RGB Variations
Color information
#C9DB12 (or 0xC9DB12) is known color: Rio Grande. HEX triplet: C9, DB and 12. RGB value is (201,219,18). Sum of RGB (Red+Green+Blue) = 201+219+18=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 18 (7.42% from 255 or 4.11% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9DB12 is #3624ED. Grayscale: #BFBFBF. Windows color (decimal): -3548398 or 1235913. OLE color: 1235913.
HSL color Cylindrical-coordinate representation of color #C9DB12: hue angle of 65.37º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9DB12 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 219 | 18 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.14 |
| HSL | 65.37º | 0.85% | 0.46% | - |
| HSV(B) | 65.37º | 0.92% | 0.86% | - |
| XYZ | 49.53 | 63.12 | 10.15 | - |
| YUV | 190.7 | 30.54 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 219 | 18 | 0.08 | 0 | 0.92 | 0.14 | 65.37 | 0.85 | 0.46 |
| Hex | C9 | DB | 12 | 8 | 0 | 5C | E | 41 | 55 | 2E |
| Octal | 311 | 333 | 22 | 10 | 0 | 134 | 16 | 101 | 125 | 56 |
| Binary | 11001001 | 11011011 | 10010 | 1000 | 0 | 1011100 | 1110 | 1000001 | 1010101 | 101110 |
Color Harmonies of #C9DB12
Complementary color
Monochromatic Colors of #C9DB12
Black with #C9DB12
Text Example
Text Example
White with #C9DB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DB12; }
p { color: rgb(201,219,18); }
H1.HeaderClassName
{
color: #C9DB12;
}
.AnyTagClassName
{
color: #C9DB12;
}
</style>
background-color css
<style>
a { background-color: #C9DB12; }
a { background-color: rgb(201,219,18); }
div.DivClassName
{
background-color: #C9DB12;
}
.BgClassName
{
background-color: #C9DB12;
}
</style>
border-color css
<style>
span { border-color: #C9DB12; }
span { border-color: rgb(201,219,18); }
td.TdClassName
{
border-color: #C9DB12;
}
.TagClassName
{
border-color: #C9DB12;
}
</style>