Shades of Rio Grande #BBC91C
Tints of Rio Grande #BBC91C
RGB
CMYK
RGB Variations
Color information
#BBC91C (or 0xBBC91C) is known color: Rio Grande. HEX triplet: BB, C9 and 1C. RGB value is (187,201,28). Sum of RGB (Red+Green+Blue) = 187+201+28=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC91C is #4436E3. Grayscale: #B1B1B1. Windows color (decimal): -4470500 or 1886651. OLE color: 1886651.
HSL color Cylindrical-coordinate representation of color #BBC91C: hue angle of 64.86º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBC91C is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 28 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.21 |
| HSL | 64.86º | 0.76% | 0.45% | - |
| HSV(B) | 64.86º | 0.86% | 0.79% | - |
| XYZ | 41.59 | 52.42 | 9.03 | - |
| YUV | 177.09 | 43.86 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 28 | 0.07 | 0 | 0.86 | 0.21 | 64.86 | 0.76 | 0.45 |
| Hex | BB | C9 | 1C | 7 | 0 | 56 | 15 | 41 | 4C | 2D |
| Octal | 273 | 311 | 34 | 7 | 0 | 126 | 25 | 101 | 114 | 55 |
| Binary | 10111011 | 11001001 | 11100 | 111 | 0 | 1010110 | 10101 | 1000001 | 1001100 | 101101 |
Color Harmonies of #BBC91C
Complementary color
Monochromatic Colors of #BBC91C
Black with #BBC91C
Text Example
Text Example
White with #BBC91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC91C; }
p { color: rgb(187,201,28); }
H1.HeaderClassName
{
color: #BBC91C;
}
.AnyTagClassName
{
color: #BBC91C;
}
</style>
background-color css
<style>
a { background-color: #BBC91C; }
a { background-color: rgb(187,201,28); }
div.DivClassName
{
background-color: #BBC91C;
}
.BgClassName
{
background-color: #BBC91C;
}
</style>
border-color css
<style>
span { border-color: #BBC91C; }
span { border-color: rgb(187,201,28); }
td.TdClassName
{
border-color: #BBC91C;
}
.TagClassName
{
border-color: #BBC91C;
}
</style>