Shades of Rio Grande #B9C223
Tints of Rio Grande #B9C223
RGB
CMYK
RGB Variations
Color information
#B9C223 (or 0xB9C223) is known color: Rio Grande. HEX triplet: B9, C2 and 23. RGB value is (185,194,35). Sum of RGB (Red+Green+Blue) = 185+194+35=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 35 (14.06% from 255 or 8.45% from 414); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C223 is #463DDC. Grayscale: #ADADAD. Windows color (decimal): -4603357 or 2343609. OLE color: 2343609.
HSL color Cylindrical-coordinate representation of color #B9C223: hue angle of 63.4º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9C223 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 194 | 35 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.24 |
| HSL | 63.4º | 0.69% | 0.45% | - |
| HSV(B) | 63.4º | 0.82% | 0.76% | - |
| XYZ | 39.6 | 49.02 | 8.96 | - |
| YUV | 173.18 | 50.02 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 194 | 35 | 0.05 | 0 | 0.82 | 0.24 | 63.4 | 0.69 | 0.45 |
| Hex | B9 | C2 | 23 | 5 | 0 | 52 | 18 | 3F | 45 | 2D |
| Octal | 271 | 302 | 43 | 5 | 0 | 122 | 30 | 77 | 105 | 55 |
| Binary | 10111001 | 11000010 | 100011 | 101 | 0 | 1010010 | 11000 | 111111 | 1000101 | 101101 |
Color Harmonies of #B9C223
Complementary color
Monochromatic Colors of #B9C223
Black with #B9C223
Text Example
Text Example
White with #B9C223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C223; }
p { color: rgb(185,194,35); }
H1.HeaderClassName
{
color: #B9C223;
}
.AnyTagClassName
{
color: #B9C223;
}
</style>
background-color css
<style>
a { background-color: #B9C223; }
a { background-color: rgb(185,194,35); }
div.DivClassName
{
background-color: #B9C223;
}
.BgClassName
{
background-color: #B9C223;
}
</style>
border-color css
<style>
span { border-color: #B9C223; }
span { border-color: rgb(185,194,35); }
td.TdClassName
{
border-color: #B9C223;
}
.TagClassName
{
border-color: #B9C223;
}
</style>