Shades of Rio Grande #BBCC13
Tints of Rio Grande #BBCC13
RGB
CMYK
RGB Variations
Color information
#BBCC13 (or 0xBBCC13) is known color: Rio Grande. HEX triplet: BB, CC and 13. RGB value is (187,204,19). Sum of RGB (Red+Green+Blue) = 187+204+19=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 19 (7.81% from 255 or 4.63% from 410); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCC13 is #4433EC. Grayscale: #B2B2B2. Windows color (decimal): -4469741 or 1297595. OLE color: 1297595.
HSL color Cylindrical-coordinate representation of color #BBCC13: hue angle of 65.51º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBCC13 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 19 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.2 |
| HSL | 65.51º | 0.83% | 0.44% | - |
| HSV(B) | 65.51º | 0.91% | 0.8% | - |
| XYZ | 42.2 | 53.8 | 8.78 | - |
| YUV | 177.83 | 38.37 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 19 | 0.08 | 0 | 0.91 | 0.2 | 65.51 | 0.83 | 0.44 |
| Hex | BB | CC | 13 | 8 | 0 | 5B | 14 | 42 | 53 | 2C |
| Octal | 273 | 314 | 23 | 10 | 0 | 133 | 24 | 102 | 123 | 54 |
| Binary | 10111011 | 11001100 | 10011 | 1000 | 0 | 1011011 | 10100 | 1000010 | 1010011 | 101100 |
Color Harmonies of #BBCC13
Complementary color
Monochromatic Colors of #BBCC13
Black with #BBCC13
Text Example
Text Example
White with #BBCC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC13; }
p { color: rgb(187,204,19); }
H1.HeaderClassName
{
color: #BBCC13;
}
.AnyTagClassName
{
color: #BBCC13;
}
</style>
background-color css
<style>
a { background-color: #BBCC13; }
a { background-color: rgb(187,204,19); }
div.DivClassName
{
background-color: #BBCC13;
}
.BgClassName
{
background-color: #BBCC13;
}
</style>
border-color css
<style>
span { border-color: #BBCC13; }
span { border-color: rgb(187,204,19); }
td.TdClassName
{
border-color: #BBCC13;
}
.TagClassName
{
border-color: #BBCC13;
}
</style>