Shades of Rio Grande #BBD416
Tints of Rio Grande #BBD416
RGB
CMYK
RGB Variations
Color information
#BBD416 (or 0xBBD416) is known color: Rio Grande. HEX triplet: BB, D4 and 16. RGB value is (187,212,22). Sum of RGB (Red+Green+Blue) = 187+212+22=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 212 (83.20% from 255 or 50.36% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD416 is #442BE9. Grayscale: #B7B7B7. Windows color (decimal): -4467690 or 1496251. OLE color: 1496251.
HSL color Cylindrical-coordinate representation of color #BBD416: hue angle of 67.89º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBD416 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 212 | 22 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.17 |
| HSL | 67.89º | 0.81% | 0.46% | - |
| HSV(B) | 67.89º | 0.9% | 0.83% | - |
| XYZ | 44.18 | 57.71 | 9.57 | - |
| YUV | 182.87 | 37.22 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 22 | 0.12 | 0 | 0.90 | 0.17 | 67.89 | 0.81 | 0.46 |
| Hex | BB | D4 | 16 | C | 0 | 5A | 11 | 44 | 51 | 2E |
| Octal | 273 | 324 | 26 | 14 | 0 | 132 | 21 | 104 | 121 | 56 |
| Binary | 10111011 | 11010100 | 10110 | 1100 | 0 | 1011010 | 10001 | 1000100 | 1010001 | 101110 |
Color Harmonies of #BBD416
Complementary color
Monochromatic Colors of #BBD416
Black with #BBD416
Text Example
Text Example
White with #BBD416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD416; }
p { color: rgb(187,212,22); }
H1.HeaderClassName
{
color: #BBD416;
}
.AnyTagClassName
{
color: #BBD416;
}
</style>
background-color css
<style>
a { background-color: #BBD416; }
a { background-color: rgb(187,212,22); }
div.DivClassName
{
background-color: #BBD416;
}
.BgClassName
{
background-color: #BBD416;
}
</style>
border-color css
<style>
span { border-color: #BBD416; }
span { border-color: rgb(187,212,22); }
td.TdClassName
{
border-color: #BBD416;
}
.TagClassName
{
border-color: #BBD416;
}
</style>