Shades of Rio Grande #B9CA10
Tints of Rio Grande #B9CA10
RGB
CMYK
RGB Variations
Color information
#B9CA10 (or 0xB9CA10) is known color: Rio Grande. HEX triplet: B9, CA and 10. RGB value is (185,202,16). Sum of RGB (Red+Green+Blue) = 185+202+16=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 16 (6.64% from 255 or 3.97% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9CA10 is #4635EF. Grayscale: #B0B0B0. Windows color (decimal): -4601328 or 1100473. OLE color: 1100473.
HSL color Cylindrical-coordinate representation of color #B9CA10: hue angle of 65.48º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9CA10 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 202 | 16 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.21 |
| HSL | 65.48º | 0.85% | 0.43% | - |
| HSV(B) | 65.48º | 0.92% | 0.79% | - |
| XYZ | 41.22 | 52.59 | 8.47 | - |
| YUV | 175.71 | 37.87 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 202 | 16 | 0.08 | 0 | 0.92 | 0.21 | 65.48 | 0.85 | 0.43 |
| Hex | B9 | CA | 10 | 8 | 0 | 5C | 15 | 41 | 55 | 2B |
| Octal | 271 | 312 | 20 | 10 | 0 | 134 | 25 | 101 | 125 | 53 |
| Binary | 10111001 | 11001010 | 10000 | 1000 | 0 | 1011100 | 10101 | 1000001 | 1010101 | 101011 |
Color Harmonies of #B9CA10
Complementary color
Monochromatic Colors of #B9CA10
Black with #B9CA10
Text Example
Text Example
White with #B9CA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CA10; }
p { color: rgb(185,202,16); }
H1.HeaderClassName
{
color: #B9CA10;
}
.AnyTagClassName
{
color: #B9CA10;
}
</style>
background-color css
<style>
a { background-color: #B9CA10; }
a { background-color: rgb(185,202,16); }
div.DivClassName
{
background-color: #B9CA10;
}
.BgClassName
{
background-color: #B9CA10;
}
</style>
border-color css
<style>
span { border-color: #B9CA10; }
span { border-color: rgb(185,202,16); }
td.TdClassName
{
border-color: #B9CA10;
}
.TagClassName
{
border-color: #B9CA10;
}
</style>