Shades of Rio Grande #BBC32A
Tints of Rio Grande #BBC32A
RGB
CMYK
RGB Variations
Color information
#BBC32A (or 0xBBC32A) is known color: Rio Grande. HEX triplet: BB, C3 and 2A. RGB value is (187,195,42). Sum of RGB (Red+Green+Blue) = 187+195+42=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 42 (16.80% from 255 or 9.91% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC32A is #443CD5. Grayscale: #AFAFAF. Windows color (decimal): -4472022 or 2802619. OLE color: 2802619.
HSL color Cylindrical-coordinate representation of color #BBC32A: hue angle of 63.14º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBC32A is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 42 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.24 |
| HSL | 63.14º | 0.65% | 0.46% | - |
| HSV(B) | 63.14º | 0.78% | 0.76% | - |
| XYZ | 40.43 | 49.76 | 9.66 | - |
| YUV | 175.17 | 52.85 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 42 | 0.04 | 0 | 0.78 | 0.24 | 63.14 | 0.65 | 0.46 |
| Hex | BB | C3 | 2A | 4 | 0 | 4E | 18 | 3F | 41 | 2E |
| Octal | 273 | 303 | 52 | 4 | 0 | 116 | 30 | 77 | 101 | 56 |
| Binary | 10111011 | 11000011 | 101010 | 100 | 0 | 1001110 | 11000 | 111111 | 1000001 | 101110 |
Color Harmonies of #BBC32A
Complementary color
Monochromatic Colors of #BBC32A
Black with #BBC32A
Text Example
Text Example
White with #BBC32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC32A; }
p { color: rgb(187,195,42); }
H1.HeaderClassName
{
color: #BBC32A;
}
.AnyTagClassName
{
color: #BBC32A;
}
</style>
background-color css
<style>
a { background-color: #BBC32A; }
a { background-color: rgb(187,195,42); }
div.DivClassName
{
background-color: #BBC32A;
}
.BgClassName
{
background-color: #BBC32A;
}
</style>
border-color css
<style>
span { border-color: #BBC32A; }
span { border-color: rgb(187,195,42); }
td.TdClassName
{
border-color: #BBC32A;
}
.TagClassName
{
border-color: #BBC32A;
}
</style>