Shades of Rio Grande #C1D01B
Tints of Rio Grande #C1D01B
RGB
CMYK
RGB Variations
Color information
#C1D01B (or 0xC1D01B) is known color: Rio Grande. HEX triplet: C1, D0 and 1B. RGB value is (193,208,27). Sum of RGB (Red+Green+Blue) = 193+208+27=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 208 (81.64% from 255 or 48.60% from 428); Blue value is 27 (10.94% from 255 or 6.31% from 428); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D01B is #3E2FE4. Grayscale: #B7B7B7. Windows color (decimal): -4075493 or 1822913. OLE color: 1822913.
HSL color Cylindrical-coordinate representation of color #C1D01B: hue angle of 64.97º 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 #C1D01B is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 208 | 27 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.18 |
| HSL | 64.97º | 0.77% | 0.46% | - |
| HSV(B) | 64.97º | 0.87% | 0.82% | - |
| XYZ | 44.75 | 56.53 | 9.59 | - |
| YUV | 182.88 | 40.03 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 208 | 27 | 0.07 | 0 | 0.87 | 0.18 | 64.97 | 0.77 | 0.46 |
| Hex | C1 | D0 | 1B | 7 | 0 | 57 | 12 | 41 | 4D | 2E |
| Octal | 301 | 320 | 33 | 7 | 0 | 127 | 22 | 101 | 115 | 56 |
| Binary | 11000001 | 11010000 | 11011 | 111 | 0 | 1010111 | 10010 | 1000001 | 1001101 | 101110 |
Color Harmonies of #C1D01B
Complementary color
Monochromatic Colors of #C1D01B
Black with #C1D01B
Text Example
Text Example
White with #C1D01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D01B; }
p { color: rgb(193,208,27); }
H1.HeaderClassName
{
color: #C1D01B;
}
.AnyTagClassName
{
color: #C1D01B;
}
</style>
background-color css
<style>
a { background-color: #C1D01B; }
a { background-color: rgb(193,208,27); }
div.DivClassName
{
background-color: #C1D01B;
}
.BgClassName
{
background-color: #C1D01B;
}
</style>
border-color css
<style>
span { border-color: #C1D01B; }
span { border-color: rgb(193,208,27); }
td.TdClassName
{
border-color: #C1D01B;
}
.TagClassName
{
border-color: #C1D01B;
}
</style>