Shades of Rio Grande #B9C822
Tints of Rio Grande #B9C822
RGB
CMYK
RGB Variations
Color information
#B9C822 (or 0xB9C822) is known color: Rio Grande. HEX triplet: B9, C8 and 22. RGB value is (185,200,34). Sum of RGB (Red+Green+Blue) = 185+200+34=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 34 (13.67% from 255 or 8.11% from 419); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C822 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C822 is #4637DD. Grayscale: #B1B1B1. Windows color (decimal): -4601822 or 2279609. OLE color: 2279609.
HSL color Cylindrical-coordinate representation of color #B9C822: hue angle of 65.42º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B9C822 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 200 | 34 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.22 |
| HSL | 65.42º | 0.71% | 0.46% | - |
| HSV(B) | 65.42º | 0.83% | 0.78% | - |
| XYZ | 40.95 | 51.74 | 9.34 | - |
| YUV | 176.59 | 47.53 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 200 | 34 | 0.08 | 0 | 0.83 | 0.22 | 65.42 | 0.71 | 0.46 |
| Hex | B9 | C8 | 22 | 8 | 0 | 53 | 16 | 41 | 47 | 2E |
| Octal | 271 | 310 | 42 | 10 | 0 | 123 | 26 | 101 | 107 | 56 |
| Binary | 10111001 | 11001000 | 100010 | 1000 | 0 | 1010011 | 10110 | 1000001 | 1000111 | 101110 |
Color Harmonies of #B9C822
Complementary color
Monochromatic Colors of #B9C822
Black with #B9C822
Text Example
Text Example
White with #B9C822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C822; }
p { color: rgb(185,200,34); }
H1.HeaderClassName
{
color: #B9C822;
}
.AnyTagClassName
{
color: #B9C822;
}
</style>
background-color css
<style>
a { background-color: #B9C822; }
a { background-color: rgb(185,200,34); }
div.DivClassName
{
background-color: #B9C822;
}
.BgClassName
{
background-color: #B9C822;
}
</style>
border-color css
<style>
span { border-color: #B9C822; }
span { border-color: rgb(185,200,34); }
td.TdClassName
{
border-color: #B9C822;
}
.TagClassName
{
border-color: #B9C822;
}
</style>