Shades of Rio Grande #BBC922
Tints of Rio Grande #BBC922
RGB
CMYK
RGB Variations
Color information
#BBC922 (or 0xBBC922) is known color: Rio Grande. HEX triplet: BB, C9 and 22. RGB value is (187,201,34). Sum of RGB (Red+Green+Blue) = 187+201+34=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 34 (13.67% from 255 or 8.06% from 422); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC922 is #4436DD. Grayscale: #B2B2B2. Windows color (decimal): -4470494 or 2279867. OLE color: 2279867.
HSL color Cylindrical-coordinate representation of color #BBC922: hue angle of 65.03º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBC922 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 34 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.21 |
| HSL | 65.03º | 0.71% | 0.46% | - |
| HSV(B) | 65.03º | 0.83% | 0.79% | - |
| XYZ | 41.67 | 52.45 | 9.44 | - |
| YUV | 177.78 | 46.86 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 34 | 0.07 | 0 | 0.83 | 0.21 | 65.03 | 0.71 | 0.46 |
| Hex | BB | C9 | 22 | 7 | 0 | 53 | 15 | 41 | 47 | 2E |
| Octal | 273 | 311 | 42 | 7 | 0 | 123 | 25 | 101 | 107 | 56 |
| Binary | 10111011 | 11001001 | 100010 | 111 | 0 | 1010011 | 10101 | 1000001 | 1000111 | 101110 |
Color Harmonies of #BBC922
Complementary color
Monochromatic Colors of #BBC922
Black with #BBC922
Text Example
Text Example
White with #BBC922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC922; }
p { color: rgb(187,201,34); }
H1.HeaderClassName
{
color: #BBC922;
}
.AnyTagClassName
{
color: #BBC922;
}
</style>
background-color css
<style>
a { background-color: #BBC922; }
a { background-color: rgb(187,201,34); }
div.DivClassName
{
background-color: #BBC922;
}
.BgClassName
{
background-color: #BBC922;
}
</style>
border-color css
<style>
span { border-color: #BBC922; }
span { border-color: rgb(187,201,34); }
td.TdClassName
{
border-color: #BBC922;
}
.TagClassName
{
border-color: #BBC922;
}
</style>