Shades of Rio Grande #BBC51B
Tints of Rio Grande #BBC51B
RGB
CMYK
RGB Variations
Color information
#BBC51B (or 0xBBC51B) is known color: Rio Grande. HEX triplet: BB, C5 and 1B. RGB value is (187,197,27). Sum of RGB (Red+Green+Blue) = 187+197+27=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 197 (77.34% from 255 or 47.93% from 411); Blue value is 27 (10.94% from 255 or 6.57% from 411); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC51B is #443AE4. Grayscale: #AFAFAF. Windows color (decimal): -4471525 or 1820091. OLE color: 1820091.
HSL color Cylindrical-coordinate representation of color #BBC51B: hue angle of 63.53º 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 #BBC51B is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 27 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.23 |
| HSL | 63.53º | 0.76% | 0.44% | - |
| HSV(B) | 63.53º | 0.86% | 0.77% | - |
| XYZ | 40.66 | 50.58 | 8.66 | - |
| YUV | 174.63 | 44.69 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 27 | 0.05 | 0 | 0.86 | 0.23 | 63.53 | 0.76 | 0.44 |
| Hex | BB | C5 | 1B | 5 | 0 | 56 | 17 | 40 | 4C | 2C |
| Octal | 273 | 305 | 33 | 5 | 0 | 126 | 27 | 100 | 114 | 54 |
| Binary | 10111011 | 11000101 | 11011 | 101 | 0 | 1010110 | 10111 | 1000000 | 1001100 | 101100 |
Color Harmonies of #BBC51B
Complementary color
Monochromatic Colors of #BBC51B
Black with #BBC51B
Text Example
Text Example
White with #BBC51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC51B; }
p { color: rgb(187,197,27); }
H1.HeaderClassName
{
color: #BBC51B;
}
.AnyTagClassName
{
color: #BBC51B;
}
</style>
background-color css
<style>
a { background-color: #BBC51B; }
a { background-color: rgb(187,197,27); }
div.DivClassName
{
background-color: #BBC51B;
}
.BgClassName
{
background-color: #BBC51B;
}
</style>
border-color css
<style>
span { border-color: #BBC51B; }
span { border-color: rgb(187,197,27); }
td.TdClassName
{
border-color: #BBC51B;
}
.TagClassName
{
border-color: #BBC51B;
}
</style>