Shades of Rio Grande #BBD220
Tints of Rio Grande #BBD220
RGB
CMYK
RGB Variations
Color information
#BBD220 (or 0xBBD220) is known color: Rio Grande. HEX triplet: BB, D2 and 20. RGB value is (187,210,32). Sum of RGB (Red+Green+Blue) = 187+210+32=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 32 (12.89% from 255 or 7.46% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD220 is #442DDF. Grayscale: #B7B7B7. Windows color (decimal): -4468192 or 2151099. OLE color: 2151099.
HSL color Cylindrical-coordinate representation of color #BBD220: hue angle of 67.75º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BBD220 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 32 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.18 |
| HSL | 67.75º | 0.74% | 0.47% | - |
| HSV(B) | 67.75º | 0.85% | 0.82% | - |
| XYZ | 43.8 | 56.76 | 10.01 | - |
| YUV | 182.83 | 42.88 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 32 | 0.11 | 0 | 0.85 | 0.18 | 67.75 | 0.74 | 0.47 |
| Hex | BB | D2 | 20 | B | 0 | 55 | 12 | 44 | 4A | 2F |
| Octal | 273 | 322 | 40 | 13 | 0 | 125 | 22 | 104 | 112 | 57 |
| Binary | 10111011 | 11010010 | 100000 | 1011 | 0 | 1010101 | 10010 | 1000100 | 1001010 | 101111 |
Color Harmonies of #BBD220
Complementary color
Monochromatic Colors of #BBD220
Black with #BBD220
Text Example
Text Example
White with #BBD220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD220; }
p { color: rgb(187,210,32); }
H1.HeaderClassName
{
color: #BBD220;
}
.AnyTagClassName
{
color: #BBD220;
}
</style>
background-color css
<style>
a { background-color: #BBD220; }
a { background-color: rgb(187,210,32); }
div.DivClassName
{
background-color: #BBD220;
}
.BgClassName
{
background-color: #BBD220;
}
</style>
border-color css
<style>
span { border-color: #BBD220; }
span { border-color: rgb(187,210,32); }
td.TdClassName
{
border-color: #BBD220;
}
.TagClassName
{
border-color: #BBD220;
}
</style>