Shades of Rio Grande #BBCC10
Tints of Rio Grande #BBCC10
RGB
CMYK
RGB Variations
Color information
#BBCC10 (or 0xBBCC10) is known color: Rio Grande. HEX triplet: BB, CC and 10. RGB value is (187,204,16). Sum of RGB (Red+Green+Blue) = 187+204+16=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 204 (80.08% from 255 or 50.12% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCC10 is #4433EF. Grayscale: #B2B2B2. Windows color (decimal): -4469744 or 1100987. OLE color: 1100987.
HSL color Cylindrical-coordinate representation of color #BBCC10: hue angle of 65.43º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBCC10 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 16 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.2 |
| HSL | 65.43º | 0.85% | 0.43% | - |
| HSV(B) | 65.43º | 0.92% | 0.8% | - |
| XYZ | 42.18 | 53.79 | 8.65 | - |
| YUV | 177.49 | 36.87 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 16 | 0.08 | 0 | 0.92 | 0.2 | 65.43 | 0.85 | 0.43 |
| Hex | BB | CC | 10 | 8 | 0 | 5C | 14 | 41 | 55 | 2B |
| Octal | 273 | 314 | 20 | 10 | 0 | 134 | 24 | 101 | 125 | 53 |
| Binary | 10111011 | 11001100 | 10000 | 1000 | 0 | 1011100 | 10100 | 1000001 | 1010101 | 101011 |
Color Harmonies of #BBCC10
Complementary color
Monochromatic Colors of #BBCC10
Black with #BBCC10
Text Example
Text Example
White with #BBCC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC10; }
p { color: rgb(187,204,16); }
H1.HeaderClassName
{
color: #BBCC10;
}
.AnyTagClassName
{
color: #BBCC10;
}
</style>
background-color css
<style>
a { background-color: #BBCC10; }
a { background-color: rgb(187,204,16); }
div.DivClassName
{
background-color: #BBCC10;
}
.BgClassName
{
background-color: #BBCC10;
}
</style>
border-color css
<style>
span { border-color: #BBCC10; }
span { border-color: rgb(187,204,16); }
td.TdClassName
{
border-color: #BBCC10;
}
.TagClassName
{
border-color: #BBCC10;
}
</style>