Shades of Rio Grande #BBD013
Tints of Rio Grande #BBD013
RGB
CMYK
RGB Variations
Color information
#BBD013 (or 0xBBD013) is known color: Rio Grande. HEX triplet: BB, D0 and 13. RGB value is (187,208,19). Sum of RGB (Red+Green+Blue) = 187+208+19=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 208 (81.64% from 255 or 50.24% from 414); Blue value is 19 (7.81% from 255 or 4.59% from 414); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD013 is #442FEC. Grayscale: #B4B4B4. Windows color (decimal): -4468717 or 1298619. OLE color: 1298619.
HSL color Cylindrical-coordinate representation of color #BBD013: hue angle of 66.67º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBD013 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 208 | 19 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.18 |
| HSL | 66.67º | 0.83% | 0.45% | - |
| HSV(B) | 66.67º | 0.91% | 0.82% | - |
| XYZ | 43.17 | 55.72 | 9.1 | - |
| YUV | 180.18 | 37.04 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 19 | 0.10 | 0 | 0.91 | 0.18 | 66.67 | 0.83 | 0.45 |
| Hex | BB | D0 | 13 | A | 0 | 5B | 12 | 43 | 53 | 2D |
| Octal | 273 | 320 | 23 | 12 | 0 | 133 | 22 | 103 | 123 | 55 |
| Binary | 10111011 | 11010000 | 10011 | 1010 | 0 | 1011011 | 10010 | 1000011 | 1010011 | 101101 |
Color Harmonies of #BBD013
Complementary color
Monochromatic Colors of #BBD013
Black with #BBD013
Text Example
Text Example
White with #BBD013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD013; }
p { color: rgb(187,208,19); }
H1.HeaderClassName
{
color: #BBD013;
}
.AnyTagClassName
{
color: #BBD013;
}
</style>
background-color css
<style>
a { background-color: #BBD013; }
a { background-color: rgb(187,208,19); }
div.DivClassName
{
background-color: #BBD013;
}
.BgClassName
{
background-color: #BBD013;
}
</style>
border-color css
<style>
span { border-color: #BBD013; }
span { border-color: rgb(187,208,19); }
td.TdClassName
{
border-color: #BBD013;
}
.TagClassName
{
border-color: #BBD013;
}
</style>