Shades of Rio Grande #B9CA17
Tints of Rio Grande #B9CA17
RGB
CMYK
RGB Variations
Color information
#B9CA17 (or 0xB9CA17) is known color: Rio Grande. HEX triplet: B9, CA and 17. RGB value is (185,202,23). Sum of RGB (Red+Green+Blue) = 185+202+23=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 23 (9.38% from 255 or 5.61% from 410); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9CA17 is #4635E8. Grayscale: #B1B1B1. Windows color (decimal): -4601321 or 1559225. OLE color: 1559225.
HSL color Cylindrical-coordinate representation of color #B9CA17: hue angle of 65.7º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9CA17 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 202 | 23 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.21 |
| HSL | 65.7º | 0.8% | 0.44% | - |
| HSV(B) | 65.7º | 0.89% | 0.79% | - |
| XYZ | 41.28 | 52.62 | 8.79 | - |
| YUV | 176.51 | 41.37 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 202 | 23 | 0.08 | 0 | 0.89 | 0.21 | 65.7 | 0.8 | 0.44 |
| Hex | B9 | CA | 17 | 8 | 0 | 59 | 15 | 42 | 50 | 2C |
| Octal | 271 | 312 | 27 | 10 | 0 | 131 | 25 | 102 | 120 | 54 |
| Binary | 10111001 | 11001010 | 10111 | 1000 | 0 | 1011001 | 10101 | 1000010 | 1010000 | 101100 |
Color Harmonies of #B9CA17
Complementary color
Monochromatic Colors of #B9CA17
Black with #B9CA17
Text Example
Text Example
White with #B9CA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CA17; }
p { color: rgb(185,202,23); }
H1.HeaderClassName
{
color: #B9CA17;
}
.AnyTagClassName
{
color: #B9CA17;
}
</style>
background-color css
<style>
a { background-color: #B9CA17; }
a { background-color: rgb(185,202,23); }
div.DivClassName
{
background-color: #B9CA17;
}
.BgClassName
{
background-color: #B9CA17;
}
</style>
border-color css
<style>
span { border-color: #B9CA17; }
span { border-color: rgb(185,202,23); }
td.TdClassName
{
border-color: #B9CA17;
}
.TagClassName
{
border-color: #B9CA17;
}
</style>