Shades of Rio Grande #BBC02C
Tints of Rio Grande #BBC02C
RGB
CMYK
RGB Variations
Color information
#BBC02C (or 0xBBC02C) is known color: Rio Grande. HEX triplet: BB, C0 and 2C. RGB value is (187,192,44). Sum of RGB (Red+Green+Blue) = 187+192+44=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC02C is #443FD3. Grayscale: #AEAEAE. Windows color (decimal): -4472788 or 2932923. OLE color: 2932923.
HSL color Cylindrical-coordinate representation of color #BBC02C: hue angle of 62.03º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBC02C is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 44 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.25 |
| HSL | 62.03º | 0.63% | 0.46% | - |
| HSV(B) | 62.03º | 0.77% | 0.75% | - |
| XYZ | 39.8 | 48.45 | 9.64 | - |
| YUV | 173.63 | 54.84 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 44 | 0.03 | 0 | 0.77 | 0.25 | 62.03 | 0.63 | 0.46 |
| Hex | BB | C0 | 2C | 3 | 0 | 4D | 19 | 3E | 3F | 2E |
| Octal | 273 | 300 | 54 | 3 | 0 | 115 | 31 | 76 | 77 | 56 |
| Binary | 10111011 | 11000000 | 101100 | 11 | 0 | 1001101 | 11001 | 111110 | 111111 | 101110 |
Color Harmonies of #BBC02C
Complementary color
Monochromatic Colors of #BBC02C
Black with #BBC02C
Text Example
Text Example
White with #BBC02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC02C; }
p { color: rgb(187,192,44); }
H1.HeaderClassName
{
color: #BBC02C;
}
.AnyTagClassName
{
color: #BBC02C;
}
</style>
background-color css
<style>
a { background-color: #BBC02C; }
a { background-color: rgb(187,192,44); }
div.DivClassName
{
background-color: #BBC02C;
}
.BgClassName
{
background-color: #BBC02C;
}
</style>
border-color css
<style>
span { border-color: #BBC02C; }
span { border-color: rgb(187,192,44); }
td.TdClassName
{
border-color: #BBC02C;
}
.TagClassName
{
border-color: #BBC02C;
}
</style>