Shades of Rio Grande #BBC814
Tints of Rio Grande #BBC814
RGB
CMYK
RGB Variations
Color information
#BBC814 (or 0xBBC814) is known color: Rio Grande. HEX triplet: BB, C8 and 14. RGB value is (187,200,20). Sum of RGB (Red+Green+Blue) = 187+200+20=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 200 (78.52% from 255 or 49.14% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC814 is #4437EB. Grayscale: #B0B0B0. Windows color (decimal): -4470764 or 1362107. OLE color: 1362107.
HSL color Cylindrical-coordinate representation of color #BBC814: hue angle of 64.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBC814 is Cyan = 0.06, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 20 | - |
| CMYK | 0.06 | 0 | 0.9 | 0.22 |
| HSL | 64.33º | 0.82% | 0.43% | - |
| HSV(B) | 64.33º | 0.9% | 0.78% | - |
| XYZ | 41.27 | 51.92 | 8.51 | - |
| YUV | 175.59 | 40.19 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 20 | 0.06 | 0 | 0.9 | 0.22 | 64.33 | 0.82 | 0.43 |
| Hex | BB | C8 | 14 | 6 | 0 | 5A | 16 | 40 | 52 | 2B |
| Octal | 273 | 310 | 24 | 6 | 0 | 132 | 26 | 100 | 122 | 53 |
| Binary | 10111011 | 11001000 | 10100 | 110 | 0 | 1011010 | 10110 | 1000000 | 1010010 | 101011 |
Color Harmonies of #BBC814
Complementary color
Monochromatic Colors of #BBC814
Black with #BBC814
Text Example
Text Example
White with #BBC814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC814; }
p { color: rgb(187,200,20); }
H1.HeaderClassName
{
color: #BBC814;
}
.AnyTagClassName
{
color: #BBC814;
}
</style>
background-color css
<style>
a { background-color: #BBC814; }
a { background-color: rgb(187,200,20); }
div.DivClassName
{
background-color: #BBC814;
}
.BgClassName
{
background-color: #BBC814;
}
</style>
border-color css
<style>
span { border-color: #BBC814; }
span { border-color: rgb(187,200,20); }
td.TdClassName
{
border-color: #BBC814;
}
.TagClassName
{
border-color: #BBC814;
}
</style>