Shades of Rio Grande #B5C51B
Tints of Rio Grande #B5C51B
RGB
CMYK
RGB Variations
Color information
#B5C51B (or 0xB5C51B) is known color: Rio Grande. HEX triplet: B5, C5 and 1B. RGB value is (181,197,27). Sum of RGB (Red+Green+Blue) = 181+197+27=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 27 (10.94% from 255 or 6.67% from 405); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C51B is #4A3AE4. Grayscale: #ADADAD. Windows color (decimal): -4864741 or 1820085. OLE color: 1820085.
HSL color Cylindrical-coordinate representation of color #B5C51B: hue angle of 65.65º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5C51B is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 197 | 27 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.23 |
| HSL | 65.65º | 0.76% | 0.44% | - |
| HSV(B) | 65.65º | 0.86% | 0.77% | - |
| XYZ | 39.22 | 49.84 | 8.59 | - |
| YUV | 172.84 | 45.7 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 27 | 0.08 | 0 | 0.86 | 0.23 | 65.65 | 0.76 | 0.44 |
| Hex | B5 | C5 | 1B | 8 | 0 | 56 | 17 | 42 | 4C | 2C |
| Octal | 265 | 305 | 33 | 10 | 0 | 126 | 27 | 102 | 114 | 54 |
| Binary | 10110101 | 11000101 | 11011 | 1000 | 0 | 1010110 | 10111 | 1000010 | 1001100 | 101100 |
Color Harmonies of #B5C51B
Complementary color
Monochromatic Colors of #B5C51B
Black with #B5C51B
Text Example
Text Example
White with #B5C51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C51B; }
p { color: rgb(181,197,27); }
H1.HeaderClassName
{
color: #B5C51B;
}
.AnyTagClassName
{
color: #B5C51B;
}
</style>
background-color css
<style>
a { background-color: #B5C51B; }
a { background-color: rgb(181,197,27); }
div.DivClassName
{
background-color: #B5C51B;
}
.BgClassName
{
background-color: #B5C51B;
}
</style>
border-color css
<style>
span { border-color: #B5C51B; }
span { border-color: rgb(181,197,27); }
td.TdClassName
{
border-color: #B5C51B;
}
.TagClassName
{
border-color: #B5C51B;
}
</style>