Shades of Rio Grande #BBC419
Tints of Rio Grande #BBC419
RGB
CMYK
RGB Variations
Color information
#BBC419 (or 0xBBC419) is known color: Rio Grande. HEX triplet: BB, C4 and 19. RGB value is (187,196,25). Sum of RGB (Red+Green+Blue) = 187+196+25=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 196 (76.95% from 255 or 48.04% from 408); Blue value is 25 (10.16% from 255 or 6.13% from 408); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC419 is #443BE6. Grayscale: #AEAEAE. Windows color (decimal): -4471783 or 1688763. OLE color: 1688763.
HSL color Cylindrical-coordinate representation of color #BBC419: hue angle of 63.16º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBC419 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 25 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.23 |
| HSL | 63.16º | 0.77% | 0.43% | - |
| HSV(B) | 63.16º | 0.87% | 0.77% | - |
| XYZ | 40.41 | 50.11 | 8.46 | - |
| YUV | 173.82 | 44.02 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 25 | 0.05 | 0 | 0.87 | 0.23 | 63.16 | 0.77 | 0.43 |
| Hex | BB | C4 | 19 | 5 | 0 | 57 | 17 | 3F | 4D | 2B |
| Octal | 273 | 304 | 31 | 5 | 0 | 127 | 27 | 77 | 115 | 53 |
| Binary | 10111011 | 11000100 | 11001 | 101 | 0 | 1010111 | 10111 | 111111 | 1001101 | 101011 |
Color Harmonies of #BBC419
Complementary color
Monochromatic Colors of #BBC419
Black with #BBC419
Text Example
Text Example
White with #BBC419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC419; }
p { color: rgb(187,196,25); }
H1.HeaderClassName
{
color: #BBC419;
}
.AnyTagClassName
{
color: #BBC419;
}
</style>
background-color css
<style>
a { background-color: #BBC419; }
a { background-color: rgb(187,196,25); }
div.DivClassName
{
background-color: #BBC419;
}
.BgClassName
{
background-color: #BBC419;
}
</style>
border-color css
<style>
span { border-color: #BBC419; }
span { border-color: rgb(187,196,25); }
td.TdClassName
{
border-color: #BBC419;
}
.TagClassName
{
border-color: #BBC419;
}
</style>