Shades of Rio Grande #B5C711
Tints of Rio Grande #B5C711
RGB
CMYK
RGB Variations
Color information
#B5C711 (or 0xB5C711) is known color: Rio Grande. HEX triplet: B5, C7 and 11. RGB value is (181,199,17). Sum of RGB (Red+Green+Blue) = 181+199+17=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 199 (78.12% from 255 or 50.13% from 397); Blue value is 17 (7.03% from 255 or 4.28% from 397); Max value from RGB is 199 - color contains mainly: green. Hex color #B5C711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C711 is #4A38EE. Grayscale: #ADADAD. Windows color (decimal): -4864239 or 1165237. OLE color: 1165237.
HSL color Cylindrical-coordinate representation of color #B5C711: hue angle of 65.93º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5C711 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 199 | 17 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.22 |
| HSL | 65.93º | 0.84% | 0.42% | - |
| HSV(B) | 65.93º | 0.91% | 0.78% | - |
| XYZ | 39.58 | 50.71 | 8.23 | - |
| YUV | 172.87 | 40.04 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 199 | 17 | 0.09 | 0 | 0.91 | 0.22 | 65.93 | 0.84 | 0.42 |
| Hex | B5 | C7 | 11 | 9 | 0 | 5B | 16 | 42 | 54 | 2A |
| Octal | 265 | 307 | 21 | 11 | 0 | 133 | 26 | 102 | 124 | 52 |
| Binary | 10110101 | 11000111 | 10001 | 1001 | 0 | 1011011 | 10110 | 1000010 | 1010100 | 101010 |
Color Harmonies of #B5C711
Complementary color
Monochromatic Colors of #B5C711
Black with #B5C711
Text Example
Text Example
White with #B5C711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C711; }
p { color: rgb(181,199,17); }
H1.HeaderClassName
{
color: #B5C711;
}
.AnyTagClassName
{
color: #B5C711;
}
</style>
background-color css
<style>
a { background-color: #B5C711; }
a { background-color: rgb(181,199,17); }
div.DivClassName
{
background-color: #B5C711;
}
.BgClassName
{
background-color: #B5C711;
}
</style>
border-color css
<style>
span { border-color: #B5C711; }
span { border-color: rgb(181,199,17); }
td.TdClassName
{
border-color: #B5C711;
}
.TagClassName
{
border-color: #B5C711;
}
</style>