Shades of Rio Grande #C6D01B
Tints of Rio Grande #C6D01B
RGB
CMYK
RGB Variations
Color information
#C6D01B (or 0xC6D01B) is known color: Rio Grande. HEX triplet: C6, D0 and 1B. RGB value is (198,208,27). Sum of RGB (Red+Green+Blue) = 198+208+27=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 27 (10.94% from 255 or 6.24% from 433); Max value from RGB is 208 - color contains mainly: green. Hex color #C6D01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D01B is #392FE4. Grayscale: #B9B9B9. Windows color (decimal): -3747813 or 1822918. OLE color: 1822918.
HSL color Cylindrical-coordinate representation of color #C6D01B: hue angle of 63.31º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6D01B is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 208 | 27 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.18 |
| HSL | 63.31º | 0.77% | 0.46% | - |
| HSV(B) | 63.31º | 0.87% | 0.82% | - |
| XYZ | 46.04 | 57.2 | 9.65 | - |
| YUV | 184.38 | 39.19 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 208 | 27 | 0.05 | 0 | 0.87 | 0.18 | 63.31 | 0.77 | 0.46 |
| Hex | C6 | D0 | 1B | 5 | 0 | 57 | 12 | 3F | 4D | 2E |
| Octal | 306 | 320 | 33 | 5 | 0 | 127 | 22 | 77 | 115 | 56 |
| Binary | 11000110 | 11010000 | 11011 | 101 | 0 | 1010111 | 10010 | 111111 | 1001101 | 101110 |
Color Harmonies of #C6D01B
Complementary color
Monochromatic Colors of #C6D01B
Black with #C6D01B
Text Example
Text Example
White with #C6D01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D01B; }
p { color: rgb(198,208,27); }
H1.HeaderClassName
{
color: #C6D01B;
}
.AnyTagClassName
{
color: #C6D01B;
}
</style>
background-color css
<style>
a { background-color: #C6D01B; }
a { background-color: rgb(198,208,27); }
div.DivClassName
{
background-color: #C6D01B;
}
.BgClassName
{
background-color: #C6D01B;
}
</style>
border-color css
<style>
span { border-color: #C6D01B; }
span { border-color: rgb(198,208,27); }
td.TdClassName
{
border-color: #C6D01B;
}
.TagClassName
{
border-color: #C6D01B;
}
</style>