Shades of Rio Grande #BBC32C
Tints of Rio Grande #BBC32C
RGB
CMYK
RGB Variations
Color information
#BBC32C (or 0xBBC32C) is known color: Rio Grande. HEX triplet: BB, C3 and 2C. RGB value is (187,195,44). Sum of RGB (Red+Green+Blue) = 187+195+44=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 44 (17.58% from 255 or 10.33% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC32C is #443CD3. Grayscale: #AFAFAF. Windows color (decimal): -4472020 or 2933691. OLE color: 2933691.
HSL color Cylindrical-coordinate representation of color #BBC32C: hue angle of 63.18º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBC32C is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 44 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.24 |
| HSL | 63.18º | 0.63% | 0.47% | - |
| HSV(B) | 63.18º | 0.77% | 0.76% | - |
| XYZ | 40.46 | 49.78 | 9.86 | - |
| YUV | 175.39 | 53.85 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 44 | 0.04 | 0 | 0.77 | 0.24 | 63.18 | 0.63 | 0.47 |
| Hex | BB | C3 | 2C | 4 | 0 | 4D | 18 | 3F | 3F | 2F |
| Octal | 273 | 303 | 54 | 4 | 0 | 115 | 30 | 77 | 77 | 57 |
| Binary | 10111011 | 11000011 | 101100 | 100 | 0 | 1001101 | 11000 | 111111 | 111111 | 101111 |
Color Harmonies of #BBC32C
Complementary color
Monochromatic Colors of #BBC32C
Black with #BBC32C
Text Example
Text Example
White with #BBC32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC32C; }
p { color: rgb(187,195,44); }
H1.HeaderClassName
{
color: #BBC32C;
}
.AnyTagClassName
{
color: #BBC32C;
}
</style>
background-color css
<style>
a { background-color: #BBC32C; }
a { background-color: rgb(187,195,44); }
div.DivClassName
{
background-color: #BBC32C;
}
.BgClassName
{
background-color: #BBC32C;
}
</style>
border-color css
<style>
span { border-color: #BBC32C; }
span { border-color: rgb(187,195,44); }
td.TdClassName
{
border-color: #BBC32C;
}
.TagClassName
{
border-color: #BBC32C;
}
</style>