Shades of Rio Grande #BBC218
Tints of Rio Grande #BBC218
RGB
CMYK
RGB Variations
Color information
#BBC218 (or 0xBBC218) is known color: Rio Grande. HEX triplet: BB, C2 and 18. RGB value is (187,194,24). Sum of RGB (Red+Green+Blue) = 187+194+24=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 24 (9.77% from 255 or 5.93% from 405); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC218 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC218 is #443DE7. Grayscale: #ADADAD. Windows color (decimal): -4472296 or 1622715. OLE color: 1622715.
HSL color Cylindrical-coordinate representation of color #BBC218: hue angle of 62.47º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBC218 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 24 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.24 |
| HSL | 62.47º | 0.78% | 0.43% | - |
| HSV(B) | 62.47º | 0.88% | 0.76% | - |
| XYZ | 39.95 | 49.21 | 8.26 | - |
| YUV | 172.53 | 44.18 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 24 | 0.04 | 0 | 0.88 | 0.24 | 62.47 | 0.78 | 0.43 |
| Hex | BB | C2 | 18 | 4 | 0 | 58 | 18 | 3E | 4E | 2B |
| Octal | 273 | 302 | 30 | 4 | 0 | 130 | 30 | 76 | 116 | 53 |
| Binary | 10111011 | 11000010 | 11000 | 100 | 0 | 1011000 | 11000 | 111110 | 1001110 | 101011 |
Color Harmonies of #BBC218
Complementary color
Monochromatic Colors of #BBC218
Black with #BBC218
Text Example
Text Example
White with #BBC218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC218; }
p { color: rgb(187,194,24); }
H1.HeaderClassName
{
color: #BBC218;
}
.AnyTagClassName
{
color: #BBC218;
}
</style>
background-color css
<style>
a { background-color: #BBC218; }
a { background-color: rgb(187,194,24); }
div.DivClassName
{
background-color: #BBC218;
}
.BgClassName
{
background-color: #BBC218;
}
</style>
border-color css
<style>
span { border-color: #BBC218; }
span { border-color: rgb(187,194,24); }
td.TdClassName
{
border-color: #BBC218;
}
.TagClassName
{
border-color: #BBC218;
}
</style>