Shades of Rio Grande #BBD310
Tints of Rio Grande #BBD310
RGB
CMYK
RGB Variations
Color information
#BBD310 (or 0xBBD310) is known color: Rio Grande. HEX triplet: BB, D3 and 10. RGB value is (187,211,16). Sum of RGB (Red+Green+Blue) = 187+211+16=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 211 (82.81% from 255 or 50.97% from 414); Blue value is 16 (6.64% from 255 or 3.86% from 414); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD310 is #442CEF. Grayscale: #B6B6B6. Windows color (decimal): -4467952 or 1102779. OLE color: 1102779.
HSL color Cylindrical-coordinate representation of color #BBD310: hue angle of 67.38º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBD310 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 16 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.17 |
| HSL | 67.38º | 0.86% | 0.45% | - |
| HSV(B) | 67.38º | 0.92% | 0.83% | - |
| XYZ | 43.88 | 57.19 | 9.22 | - |
| YUV | 181.59 | 34.55 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 16 | 0.11 | 0 | 0.92 | 0.17 | 67.38 | 0.86 | 0.45 |
| Hex | BB | D3 | 10 | B | 0 | 5C | 11 | 43 | 56 | 2D |
| Octal | 273 | 323 | 20 | 13 | 0 | 134 | 21 | 103 | 126 | 55 |
| Binary | 10111011 | 11010011 | 10000 | 1011 | 0 | 1011100 | 10001 | 1000011 | 1010110 | 101101 |
Color Harmonies of #BBD310
Complementary color
Monochromatic Colors of #BBD310
Black with #BBD310
Text Example
Text Example
White with #BBD310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD310; }
p { color: rgb(187,211,16); }
H1.HeaderClassName
{
color: #BBD310;
}
.AnyTagClassName
{
color: #BBD310;
}
</style>
background-color css
<style>
a { background-color: #BBD310; }
a { background-color: rgb(187,211,16); }
div.DivClassName
{
background-color: #BBD310;
}
.BgClassName
{
background-color: #BBD310;
}
</style>
border-color css
<style>
span { border-color: #BBD310; }
span { border-color: rgb(187,211,16); }
td.TdClassName
{
border-color: #BBD310;
}
.TagClassName
{
border-color: #BBD310;
}
</style>