Shades of Rio Grande #BBC714
Tints of Rio Grande #BBC714
RGB
CMYK
RGB Variations
Color information
#BBC714 (or 0xBBC714) is known color: Rio Grande. HEX triplet: BB, C7 and 14. RGB value is (187,199,20). Sum of RGB (Red+Green+Blue) = 187+199+20=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 199 (78.12% from 255 or 49.01% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC714 is #4438EB. Grayscale: #AFAFAF. Windows color (decimal): -4471020 or 1361851. OLE color: 1361851.
HSL color Cylindrical-coordinate representation of color #BBC714: hue angle of 64.02º 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 #BBC714 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 20 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.22 |
| HSL | 64.02º | 0.82% | 0.43% | - |
| HSV(B) | 64.02º | 0.9% | 0.78% | - |
| XYZ | 41.04 | 51.46 | 8.43 | - |
| YUV | 175.01 | 40.52 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 20 | 0.06 | 0 | 0.90 | 0.22 | 64.02 | 0.82 | 0.43 |
| Hex | BB | C7 | 14 | 6 | 0 | 5A | 16 | 40 | 52 | 2B |
| Octal | 273 | 307 | 24 | 6 | 0 | 132 | 26 | 100 | 122 | 53 |
| Binary | 10111011 | 11000111 | 10100 | 110 | 0 | 1011010 | 10110 | 1000000 | 1010010 | 101011 |
Color Harmonies of #BBC714
Complementary color
Monochromatic Colors of #BBC714
Black with #BBC714
Text Example
Text Example
White with #BBC714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC714; }
p { color: rgb(187,199,20); }
H1.HeaderClassName
{
color: #BBC714;
}
.AnyTagClassName
{
color: #BBC714;
}
</style>
background-color css
<style>
a { background-color: #BBC714; }
a { background-color: rgb(187,199,20); }
div.DivClassName
{
background-color: #BBC714;
}
.BgClassName
{
background-color: #BBC714;
}
</style>
border-color css
<style>
span { border-color: #BBC714; }
span { border-color: rgb(187,199,20); }
td.TdClassName
{
border-color: #BBC714;
}
.TagClassName
{
border-color: #BBC714;
}
</style>