Shades of Rio Grande #BBCC20
Tints of Rio Grande #BBCC20
RGB
CMYK
RGB Variations
Color information
#BBCC20 (or 0xBBCC20) is known color: Rio Grande. HEX triplet: BB, CC and 20. RGB value is (187,204,32). Sum of RGB (Red+Green+Blue) = 187+204+32=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 32 (12.89% from 255 or 7.57% from 423); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC20 is #4433DF. Grayscale: #B3B3B3. Windows color (decimal): -4469728 or 2149563. OLE color: 2149563.
HSL color Cylindrical-coordinate representation of color #BBCC20: hue angle of 65.93º 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 #BBCC20 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 32 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.2 |
| HSL | 65.93º | 0.73% | 0.46% | - |
| HSV(B) | 65.93º | 0.84% | 0.8% | - |
| XYZ | 42.35 | 53.85 | 9.53 | - |
| YUV | 179.31 | 44.87 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 32 | 0.08 | 0 | 0.84 | 0.2 | 65.93 | 0.73 | 0.46 |
| Hex | BB | CC | 20 | 8 | 0 | 54 | 14 | 42 | 49 | 2E |
| Octal | 273 | 314 | 40 | 10 | 0 | 124 | 24 | 102 | 111 | 56 |
| Binary | 10111011 | 11001100 | 100000 | 1000 | 0 | 1010100 | 10100 | 1000010 | 1001001 | 101110 |
Color Harmonies of #BBCC20
Complementary color
Monochromatic Colors of #BBCC20
Black with #BBCC20
Text Example
Text Example
White with #BBCC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC20; }
p { color: rgb(187,204,32); }
H1.HeaderClassName
{
color: #BBCC20;
}
.AnyTagClassName
{
color: #BBCC20;
}
</style>
background-color css
<style>
a { background-color: #BBCC20; }
a { background-color: rgb(187,204,32); }
div.DivClassName
{
background-color: #BBCC20;
}
.BgClassName
{
background-color: #BBCC20;
}
</style>
border-color css
<style>
span { border-color: #BBCC20; }
span { border-color: rgb(187,204,32); }
td.TdClassName
{
border-color: #BBCC20;
}
.TagClassName
{
border-color: #BBCC20;
}
</style>