Shades of Rio Grande #C2BF21
Tints of Rio Grande #C2BF21
RGB
CMYK
RGB Variations
Color information
#C2BF21 (or 0xC2BF21) is known color: Rio Grande. HEX triplet: C2, BF and 21. RGB value is (194,191,33). Sum of RGB (Red+Green+Blue) = 194+191+33=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 33 (13.28% from 255 or 7.89% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BF21 is #3D40DE. Grayscale: #AEAEAE. Windows color (decimal): -4014303 or 2211778. OLE color: 2211778.
HSL color Cylindrical-coordinate representation of color #C2BF21: hue angle of 58.88º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C2BF21 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 33 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.24 |
| HSL | 58.88º | 0.71% | 0.45% | - |
| HSV(B) | 58.88º | 0.83% | 0.76% | - |
| XYZ | 41.15 | 48.84 | 8.7 | - |
| YUV | 173.89 | 48.49 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 33 | 0 | 0.02 | 0.83 | 0.24 | 58.88 | 0.71 | 0.45 |
| Hex | C2 | BF | 21 | 0 | 2 | 53 | 18 | 3B | 47 | 2D |
| Octal | 302 | 277 | 41 | 0 | 2 | 123 | 30 | 73 | 107 | 55 |
| Binary | 11000010 | 10111111 | 100001 | 0 | 10 | 1010011 | 11000 | 111011 | 1000111 | 101101 |
Color Harmonies of #C2BF21
Complementary color
Monochromatic Colors of #C2BF21
Black with #C2BF21
Text Example
Text Example
White with #C2BF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF21; }
p { color: rgb(194,191,33); }
H1.HeaderClassName
{
color: #C2BF21;
}
.AnyTagClassName
{
color: #C2BF21;
}
</style>
background-color css
<style>
a { background-color: #C2BF21; }
a { background-color: rgb(194,191,33); }
div.DivClassName
{
background-color: #C2BF21;
}
.BgClassName
{
background-color: #C2BF21;
}
</style>
border-color css
<style>
span { border-color: #C2BF21; }
span { border-color: rgb(194,191,33); }
td.TdClassName
{
border-color: #C2BF21;
}
.TagClassName
{
border-color: #C2BF21;
}
</style>