Shades of Rio Grande #B5C322
Tints of Rio Grande #B5C322
RGB
CMYK
RGB Variations
Color information
#B5C322 (or 0xB5C322) is known color: Rio Grande. HEX triplet: B5, C3 and 22. RGB value is (181,195,34). Sum of RGB (Red+Green+Blue) = 181+195+34=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 34 (13.67% from 255 or 8.29% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C322 is #4A3CDD. Grayscale: #ADADAD. Windows color (decimal): -4865246 or 2278325. OLE color: 2278325.
HSL color Cylindrical-coordinate representation of color #B5C322: hue angle of 65.22º degrees, saturation: 0.7, 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 #B5C322 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 195 | 34 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.24 |
| HSL | 65.22º | 0.7% | 0.45% | - |
| HSV(B) | 65.22º | 0.83% | 0.76% | - |
| XYZ | 38.86 | 48.97 | 8.92 | - |
| YUV | 172.46 | 49.86 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 195 | 34 | 0.07 | 0 | 0.83 | 0.24 | 65.22 | 0.7 | 0.45 |
| Hex | B5 | C3 | 22 | 7 | 0 | 53 | 18 | 41 | 46 | 2D |
| Octal | 265 | 303 | 42 | 7 | 0 | 123 | 30 | 101 | 106 | 55 |
| Binary | 10110101 | 11000011 | 100010 | 111 | 0 | 1010011 | 11000 | 1000001 | 1000110 | 101101 |
Color Harmonies of #B5C322
Complementary color
Monochromatic Colors of #B5C322
Black with #B5C322
Text Example
Text Example
White with #B5C322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C322; }
p { color: rgb(181,195,34); }
H1.HeaderClassName
{
color: #B5C322;
}
.AnyTagClassName
{
color: #B5C322;
}
</style>
background-color css
<style>
a { background-color: #B5C322; }
a { background-color: rgb(181,195,34); }
div.DivClassName
{
background-color: #B5C322;
}
.BgClassName
{
background-color: #B5C322;
}
</style>
border-color css
<style>
span { border-color: #B5C322; }
span { border-color: rgb(181,195,34); }
td.TdClassName
{
border-color: #B5C322;
}
.TagClassName
{
border-color: #B5C322;
}
</style>