Shades of Rio Grande #BBC926
Tints of Rio Grande #BBC926
RGB
CMYK
RGB Variations
Color information
#BBC926 (or 0xBBC926) is known color: Rio Grande. HEX triplet: BB, C9 and 26. RGB value is (187,201,38). Sum of RGB (Red+Green+Blue) = 187+201+38=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 38 (15.23% from 255 or 8.92% from 426); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC926 is #4436D9. Grayscale: #B2B2B2. Windows color (decimal): -4470490 or 2542011. OLE color: 2542011.
HSL color Cylindrical-coordinate representation of color #BBC926: hue angle of 65.15º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBC926 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 38 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.21 |
| HSL | 65.15º | 0.68% | 0.47% | - |
| HSV(B) | 65.15º | 0.81% | 0.79% | - |
| XYZ | 41.73 | 52.48 | 9.76 | - |
| YUV | 178.23 | 48.86 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 38 | 0.07 | 0 | 0.81 | 0.21 | 65.15 | 0.68 | 0.47 |
| Hex | BB | C9 | 26 | 7 | 0 | 51 | 15 | 41 | 44 | 2F |
| Octal | 273 | 311 | 46 | 7 | 0 | 121 | 25 | 101 | 104 | 57 |
| Binary | 10111011 | 11001001 | 100110 | 111 | 0 | 1010001 | 10101 | 1000001 | 1000100 | 101111 |
Color Harmonies of #BBC926
Complementary color
Monochromatic Colors of #BBC926
Black with #BBC926
Text Example
Text Example
White with #BBC926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC926; }
p { color: rgb(187,201,38); }
H1.HeaderClassName
{
color: #BBC926;
}
.AnyTagClassName
{
color: #BBC926;
}
</style>
background-color css
<style>
a { background-color: #BBC926; }
a { background-color: rgb(187,201,38); }
div.DivClassName
{
background-color: #BBC926;
}
.BgClassName
{
background-color: #BBC926;
}
</style>
border-color css
<style>
span { border-color: #BBC926; }
span { border-color: rgb(187,201,38); }
td.TdClassName
{
border-color: #BBC926;
}
.TagClassName
{
border-color: #BBC926;
}
</style>