Shades of Rio Grande #BBC71E
Tints of Rio Grande #BBC71E
RGB
CMYK
RGB Variations
Color information
#BBC71E (or 0xBBC71E) is known color: Rio Grande. HEX triplet: BB, C7 and 1E. RGB value is (187,199,30). Sum of RGB (Red+Green+Blue) = 187+199+30=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 199 (78.12% from 255 or 47.84% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC71E is #4438E1. Grayscale: #B0B0B0. Windows color (decimal): -4471010 or 2017211. OLE color: 2017211.
HSL color Cylindrical-coordinate representation of color #BBC71E: hue angle of 64.26º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BBC71E is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 30 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.22 |
| HSL | 64.26º | 0.74% | 0.45% | - |
| HSV(B) | 64.26º | 0.85% | 0.78% | - |
| XYZ | 41.15 | 51.51 | 9 | - |
| YUV | 176.15 | 45.52 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 30 | 0.06 | 0 | 0.85 | 0.22 | 64.26 | 0.74 | 0.45 |
| Hex | BB | C7 | 1E | 6 | 0 | 55 | 16 | 40 | 4A | 2D |
| Octal | 273 | 307 | 36 | 6 | 0 | 125 | 26 | 100 | 112 | 55 |
| Binary | 10111011 | 11000111 | 11110 | 110 | 0 | 1010101 | 10110 | 1000000 | 1001010 | 101101 |
Color Harmonies of #BBC71E
Complementary color
Monochromatic Colors of #BBC71E
Black with #BBC71E
Text Example
Text Example
White with #BBC71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC71E; }
p { color: rgb(187,199,30); }
H1.HeaderClassName
{
color: #BBC71E;
}
.AnyTagClassName
{
color: #BBC71E;
}
</style>
background-color css
<style>
a { background-color: #BBC71E; }
a { background-color: rgb(187,199,30); }
div.DivClassName
{
background-color: #BBC71E;
}
.BgClassName
{
background-color: #BBC71E;
}
</style>
border-color css
<style>
span { border-color: #BBC71E; }
span { border-color: rgb(187,199,30); }
td.TdClassName
{
border-color: #BBC71E;
}
.TagClassName
{
border-color: #BBC71E;
}
</style>