Shades of Rio Grande #BBC61A
Tints of Rio Grande #BBC61A
RGB
CMYK
RGB Variations
Color information
#BBC61A (or 0xBBC61A) is known color: Rio Grande. HEX triplet: BB, C6 and 1A. RGB value is (187,198,26). Sum of RGB (Red+Green+Blue) = 187+198+26=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 198 (77.73% from 255 or 48.18% from 411); Blue value is 26 (10.55% from 255 or 6.33% from 411); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC61A is #4439E5. Grayscale: #AFAFAF. Windows color (decimal): -4471270 or 1754811. OLE color: 1754811.
HSL color Cylindrical-coordinate representation of color #BBC61A: hue angle of 63.84º 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 #BBC61A is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 26 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.22 |
| HSL | 63.84º | 0.77% | 0.44% | - |
| HSV(B) | 63.84º | 0.87% | 0.78% | - |
| XYZ | 40.87 | 51.03 | 8.67 | - |
| YUV | 175.1 | 43.86 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 26 | 0.06 | 0 | 0.87 | 0.22 | 63.84 | 0.77 | 0.44 |
| Hex | BB | C6 | 1A | 6 | 0 | 57 | 16 | 40 | 4D | 2C |
| Octal | 273 | 306 | 32 | 6 | 0 | 127 | 26 | 100 | 115 | 54 |
| Binary | 10111011 | 11000110 | 11010 | 110 | 0 | 1010111 | 10110 | 1000000 | 1001101 | 101100 |
Color Harmonies of #BBC61A
Complementary color
Monochromatic Colors of #BBC61A
Black with #BBC61A
Text Example
Text Example
White with #BBC61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC61A; }
p { color: rgb(187,198,26); }
H1.HeaderClassName
{
color: #BBC61A;
}
.AnyTagClassName
{
color: #BBC61A;
}
</style>
background-color css
<style>
a { background-color: #BBC61A; }
a { background-color: rgb(187,198,26); }
div.DivClassName
{
background-color: #BBC61A;
}
.BgClassName
{
background-color: #BBC61A;
}
</style>
border-color css
<style>
span { border-color: #BBC61A; }
span { border-color: rgb(187,198,26); }
td.TdClassName
{
border-color: #BBC61A;
}
.TagClassName
{
border-color: #BBC61A;
}
</style>