Shades of Rio Grande #BBC924
Tints of Rio Grande #BBC924
RGB
CMYK
RGB Variations
Color information
#BBC924 (or 0xBBC924) is known color: Rio Grande. HEX triplet: BB, C9 and 24. RGB value is (187,201,36). Sum of RGB (Red+Green+Blue) = 187+201+36=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 201 (78.91% from 255 or 47.41% from 424); Blue value is 36 (14.45% from 255 or 8.49% from 424); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC924 is #4436DB. Grayscale: #B2B2B2. Windows color (decimal): -4470492 or 2410939. OLE color: 2410939.
HSL color Cylindrical-coordinate representation of color #BBC924: hue angle of 65.09º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBC924 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 36 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.21 |
| HSL | 65.09º | 0.7% | 0.46% | - |
| HSV(B) | 65.09º | 0.82% | 0.79% | - |
| XYZ | 41.7 | 52.47 | 9.6 | - |
| YUV | 178 | 47.86 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 36 | 0.07 | 0 | 0.82 | 0.21 | 65.09 | 0.7 | 0.46 |
| Hex | BB | C9 | 24 | 7 | 0 | 52 | 15 | 41 | 46 | 2E |
| Octal | 273 | 311 | 44 | 7 | 0 | 122 | 25 | 101 | 106 | 56 |
| Binary | 10111011 | 11001001 | 100100 | 111 | 0 | 1010010 | 10101 | 1000001 | 1000110 | 101110 |
Color Harmonies of #BBC924
Complementary color
Monochromatic Colors of #BBC924
Black with #BBC924
Text Example
Text Example
White with #BBC924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC924; }
p { color: rgb(187,201,36); }
H1.HeaderClassName
{
color: #BBC924;
}
.AnyTagClassName
{
color: #BBC924;
}
</style>
background-color css
<style>
a { background-color: #BBC924; }
a { background-color: rgb(187,201,36); }
div.DivClassName
{
background-color: #BBC924;
}
.BgClassName
{
background-color: #BBC924;
}
</style>
border-color css
<style>
span { border-color: #BBC924; }
span { border-color: rgb(187,201,36); }
td.TdClassName
{
border-color: #BBC924;
}
.TagClassName
{
border-color: #BBC924;
}
</style>