Shades of Rio Grande #BBCB20
Tints of Rio Grande #BBCB20
RGB
CMYK
RGB Variations
Color information
#BBCB20 (or 0xBBCB20) is known color: Rio Grande. HEX triplet: BB, CB and 20. RGB value is (187,203,32). Sum of RGB (Red+Green+Blue) = 187+203+32=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCB20 is #4434DF. Grayscale: #B3B3B3. Windows color (decimal): -4469984 or 2149307. OLE color: 2149307.
HSL color Cylindrical-coordinate representation of color #BBCB20: hue angle of 65.61º 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 #BBCB20 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 32 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.20 |
| HSL | 65.61º | 0.73% | 0.46% | - |
| HSV(B) | 65.61º | 0.84% | 0.8% | - |
| XYZ | 42.11 | 53.38 | 9.45 | - |
| YUV | 178.72 | 45.2 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 32 | 0.08 | 0 | 0.84 | 0.20 | 65.61 | 0.73 | 0.46 |
| Hex | BB | CB | 20 | 8 | 0 | 54 | 14 | 42 | 49 | 2E |
| Octal | 273 | 313 | 40 | 10 | 0 | 124 | 24 | 102 | 111 | 56 |
| Binary | 10111011 | 11001011 | 100000 | 1000 | 0 | 1010100 | 10100 | 1000010 | 1001001 | 101110 |
Color Harmonies of #BBCB20
Complementary color
Monochromatic Colors of #BBCB20
Black with #BBCB20
Text Example
Text Example
White with #BBCB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB20; }
p { color: rgb(187,203,32); }
H1.HeaderClassName
{
color: #BBCB20;
}
.AnyTagClassName
{
color: #BBCB20;
}
</style>
background-color css
<style>
a { background-color: #BBCB20; }
a { background-color: rgb(187,203,32); }
div.DivClassName
{
background-color: #BBCB20;
}
.BgClassName
{
background-color: #BBCB20;
}
</style>
border-color css
<style>
span { border-color: #BBCB20; }
span { border-color: rgb(187,203,32); }
td.TdClassName
{
border-color: #BBCB20;
}
.TagClassName
{
border-color: #BBCB20;
}
</style>