Shades of Rio Grande #BBC71A
Tints of Rio Grande #BBC71A
RGB
CMYK
RGB Variations
Color information
#BBC71A (or 0xBBC71A) is known color: Rio Grande. HEX triplet: BB, C7 and 1A. RGB value is (187,199,26). Sum of RGB (Red+Green+Blue) = 187+199+26=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 199 (78.12% from 255 or 48.30% from 412); Blue value is 26 (10.55% from 255 or 6.31% from 412); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC71A is #4438E5. Grayscale: #B0B0B0. Windows color (decimal): -4471014 or 1755067. OLE color: 1755067.
HSL color Cylindrical-coordinate representation of color #BBC71A: hue angle of 64.16º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBC71A is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 26 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.22 |
| HSL | 64.16º | 0.77% | 0.44% | - |
| HSV(B) | 64.16º | 0.87% | 0.78% | - |
| XYZ | 41.1 | 51.49 | 8.75 | - |
| YUV | 175.69 | 43.52 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 26 | 0.06 | 0 | 0.87 | 0.22 | 64.16 | 0.77 | 0.44 |
| Hex | BB | C7 | 1A | 6 | 0 | 57 | 16 | 40 | 4D | 2C |
| Octal | 273 | 307 | 32 | 6 | 0 | 127 | 26 | 100 | 115 | 54 |
| Binary | 10111011 | 11000111 | 11010 | 110 | 0 | 1010111 | 10110 | 1000000 | 1001101 | 101100 |
Color Harmonies of #BBC71A
Complementary color
Monochromatic Colors of #BBC71A
Black with #BBC71A
Text Example
Text Example
White with #BBC71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC71A; }
p { color: rgb(187,199,26); }
H1.HeaderClassName
{
color: #BBC71A;
}
.AnyTagClassName
{
color: #BBC71A;
}
</style>
background-color css
<style>
a { background-color: #BBC71A; }
a { background-color: rgb(187,199,26); }
div.DivClassName
{
background-color: #BBC71A;
}
.BgClassName
{
background-color: #BBC71A;
}
</style>
border-color css
<style>
span { border-color: #BBC71A; }
span { border-color: rgb(187,199,26); }
td.TdClassName
{
border-color: #BBC71A;
}
.TagClassName
{
border-color: #BBC71A;
}
</style>