Shades of Rio Grande #B5C223
Tints of Rio Grande #B5C223
RGB
CMYK
RGB Variations
Color information
#B5C223 (or 0xB5C223) is known color: Rio Grande. HEX triplet: B5, C2 and 23. RGB value is (181,194,35). Sum of RGB (Red+Green+Blue) = 181+194+35=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 35 (14.06% from 255 or 8.54% from 410); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C223 is #4A3DDC. Grayscale: #ACACAC. Windows color (decimal): -4865501 or 2343605. OLE color: 2343605.
HSL color Cylindrical-coordinate representation of color #B5C223: hue angle of 64.91º 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 #B5C223 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 35 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.24 |
| HSL | 64.91º | 0.69% | 0.45% | - |
| HSV(B) | 64.91º | 0.82% | 0.76% | - |
| XYZ | 38.65 | 48.53 | 8.92 | - |
| YUV | 171.99 | 50.69 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 35 | 0.07 | 0 | 0.82 | 0.24 | 64.91 | 0.69 | 0.45 |
| Hex | B5 | C2 | 23 | 7 | 0 | 52 | 18 | 41 | 45 | 2D |
| Octal | 265 | 302 | 43 | 7 | 0 | 122 | 30 | 101 | 105 | 55 |
| Binary | 10110101 | 11000010 | 100011 | 111 | 0 | 1010010 | 11000 | 1000001 | 1000101 | 101101 |
Color Harmonies of #B5C223
Complementary color
Monochromatic Colors of #B5C223
Black with #B5C223
Text Example
Text Example
White with #B5C223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C223; }
p { color: rgb(181,194,35); }
H1.HeaderClassName
{
color: #B5C223;
}
.AnyTagClassName
{
color: #B5C223;
}
</style>
background-color css
<style>
a { background-color: #B5C223; }
a { background-color: rgb(181,194,35); }
div.DivClassName
{
background-color: #B5C223;
}
.BgClassName
{
background-color: #B5C223;
}
</style>
border-color css
<style>
span { border-color: #B5C223; }
span { border-color: rgb(181,194,35); }
td.TdClassName
{
border-color: #B5C223;
}
.TagClassName
{
border-color: #B5C223;
}
</style>