Shades of Rio Grande #B5CF20
Tints of Rio Grande #B5CF20
RGB
CMYK
RGB Variations
Color information
#B5CF20 (or 0xB5CF20) is known color: Rio Grande. HEX triplet: B5, CF and 20. RGB value is (181,207,32). Sum of RGB (Red+Green+Blue) = 181+207+32=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CF20 is #4A30DF. Grayscale: #B3B3B3. Windows color (decimal): -4862176 or 2150325. OLE color: 2150325.
HSL color Cylindrical-coordinate representation of color #B5CF20: hue angle of 68.91º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5CF20 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 207 | 32 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.19 |
| HSL | 68.91º | 0.73% | 0.47% | - |
| HSV(B) | 68.91º | 0.85% | 0.81% | - |
| XYZ | 41.63 | 54.55 | 9.7 | - |
| YUV | 179.28 | 44.89 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 32 | 0.13 | 0 | 0.85 | 0.19 | 68.91 | 0.73 | 0.47 |
| Hex | B5 | CF | 20 | D | 0 | 55 | 13 | 45 | 49 | 2F |
| Octal | 265 | 317 | 40 | 15 | 0 | 125 | 23 | 105 | 111 | 57 |
| Binary | 10110101 | 11001111 | 100000 | 1101 | 0 | 1010101 | 10011 | 1000101 | 1001001 | 101111 |
Color Harmonies of #B5CF20
Complementary color
Monochromatic Colors of #B5CF20
Black with #B5CF20
Text Example
Text Example
White with #B5CF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CF20; }
p { color: rgb(181,207,32); }
H1.HeaderClassName
{
color: #B5CF20;
}
.AnyTagClassName
{
color: #B5CF20;
}
</style>
background-color css
<style>
a { background-color: #B5CF20; }
a { background-color: rgb(181,207,32); }
div.DivClassName
{
background-color: #B5CF20;
}
.BgClassName
{
background-color: #B5CF20;
}
</style>
border-color css
<style>
span { border-color: #B5CF20; }
span { border-color: rgb(181,207,32); }
td.TdClassName
{
border-color: #B5CF20;
}
.TagClassName
{
border-color: #B5CF20;
}
</style>