Shades of Rio Grande #BBC819
Tints of Rio Grande #BBC819
RGB
CMYK
RGB Variations
Color information
#BBC819 (or 0xBBC819) is known color: Rio Grande. HEX triplet: BB, C8 and 19. RGB value is (187,200,25). Sum of RGB (Red+Green+Blue) = 187+200+25=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 200 (78.52% from 255 or 48.54% from 412); Blue value is 25 (10.16% from 255 or 6.07% from 412); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC819 is #4437E6. Grayscale: #B0B0B0. Windows color (decimal): -4470759 or 1689787. OLE color: 1689787.
HSL color Cylindrical-coordinate representation of color #BBC819: hue angle of 64.46º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBC819 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 25 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.22 |
| HSL | 64.46º | 0.78% | 0.44% | - |
| HSV(B) | 64.46º | 0.88% | 0.78% | - |
| XYZ | 41.32 | 51.94 | 8.77 | - |
| YUV | 176.16 | 42.69 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 25 | 0.06 | 0 | 0.88 | 0.22 | 64.46 | 0.78 | 0.44 |
| Hex | BB | C8 | 19 | 6 | 0 | 58 | 16 | 40 | 4E | 2C |
| Octal | 273 | 310 | 31 | 6 | 0 | 130 | 26 | 100 | 116 | 54 |
| Binary | 10111011 | 11001000 | 11001 | 110 | 0 | 1011000 | 10110 | 1000000 | 1001110 | 101100 |
Color Harmonies of #BBC819
Complementary color
Monochromatic Colors of #BBC819
Black with #BBC819
Text Example
Text Example
White with #BBC819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC819; }
p { color: rgb(187,200,25); }
H1.HeaderClassName
{
color: #BBC819;
}
.AnyTagClassName
{
color: #BBC819;
}
</style>
background-color css
<style>
a { background-color: #BBC819; }
a { background-color: rgb(187,200,25); }
div.DivClassName
{
background-color: #BBC819;
}
.BgClassName
{
background-color: #BBC819;
}
</style>
border-color css
<style>
span { border-color: #BBC819; }
span { border-color: rgb(187,200,25); }
td.TdClassName
{
border-color: #BBC819;
}
.TagClassName
{
border-color: #BBC819;
}
</style>