Shades of Rio Grande #BBCD20
Tints of Rio Grande #BBCD20
RGB
CMYK
RGB Variations
Color information
#BBCD20 (or 0xBBCD20) is known color: Rio Grande. HEX triplet: BB, CD and 20. RGB value is (187,205,32). Sum of RGB (Red+Green+Blue) = 187+205+32=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 205 (80.47% from 255 or 48.35% from 424); Blue value is 32 (12.89% from 255 or 7.55% from 424); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCD20 is #4432DF. Grayscale: #B4B4B4. Windows color (decimal): -4469472 or 2149819. OLE color: 2149819.
HSL color Cylindrical-coordinate representation of color #BBCD20: hue angle of 66.24º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBCD20 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 32 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.20 |
| HSL | 66.24º | 0.73% | 0.46% | - |
| HSV(B) | 66.24º | 0.84% | 0.8% | - |
| XYZ | 42.59 | 54.33 | 9.61 | - |
| YUV | 179.9 | 44.54 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 32 | 0.09 | 0 | 0.84 | 0.20 | 66.24 | 0.73 | 0.46 |
| Hex | BB | CD | 20 | 9 | 0 | 54 | 14 | 42 | 49 | 2E |
| Octal | 273 | 315 | 40 | 11 | 0 | 124 | 24 | 102 | 111 | 56 |
| Binary | 10111011 | 11001101 | 100000 | 1001 | 0 | 1010100 | 10100 | 1000010 | 1001001 | 101110 |
Color Harmonies of #BBCD20
Complementary color
Monochromatic Colors of #BBCD20
Black with #BBCD20
Text Example
Text Example
White with #BBCD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD20; }
p { color: rgb(187,205,32); }
H1.HeaderClassName
{
color: #BBCD20;
}
.AnyTagClassName
{
color: #BBCD20;
}
</style>
background-color css
<style>
a { background-color: #BBCD20; }
a { background-color: rgb(187,205,32); }
div.DivClassName
{
background-color: #BBCD20;
}
.BgClassName
{
background-color: #BBCD20;
}
</style>
border-color css
<style>
span { border-color: #BBCD20; }
span { border-color: rgb(187,205,32); }
td.TdClassName
{
border-color: #BBCD20;
}
.TagClassName
{
border-color: #BBCD20;
}
</style>