Shades of Rio Grande #BBC42A
Tints of Rio Grande #BBC42A
RGB
CMYK
RGB Variations
Color information
#BBC42A (or 0xBBC42A) is known color: Rio Grande. HEX triplet: BB, C4 and 2A. RGB value is (187,196,42). Sum of RGB (Red+Green+Blue) = 187+196+42=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 196 (76.95% from 255 or 46.12% from 425); Blue value is 42 (16.80% from 255 or 9.88% from 425); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC42A is #443BD5. Grayscale: #B0B0B0. Windows color (decimal): -4471766 or 2802875. OLE color: 2802875.
HSL color Cylindrical-coordinate representation of color #BBC42A: hue angle of 63.51º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BBC42A is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 42 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.23 |
| HSL | 63.51º | 0.65% | 0.47% | - |
| HSV(B) | 63.51º | 0.79% | 0.77% | - |
| XYZ | 40.65 | 50.21 | 9.74 | - |
| YUV | 175.75 | 52.52 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 42 | 0.05 | 0 | 0.79 | 0.23 | 63.51 | 0.65 | 0.47 |
| Hex | BB | C4 | 2A | 5 | 0 | 4F | 17 | 40 | 41 | 2F |
| Octal | 273 | 304 | 52 | 5 | 0 | 117 | 27 | 100 | 101 | 57 |
| Binary | 10111011 | 11000100 | 101010 | 101 | 0 | 1001111 | 10111 | 1000000 | 1000001 | 101111 |
Color Harmonies of #BBC42A
Complementary color
Monochromatic Colors of #BBC42A
Black with #BBC42A
Text Example
Text Example
White with #BBC42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC42A; }
p { color: rgb(187,196,42); }
H1.HeaderClassName
{
color: #BBC42A;
}
.AnyTagClassName
{
color: #BBC42A;
}
</style>
background-color css
<style>
a { background-color: #BBC42A; }
a { background-color: rgb(187,196,42); }
div.DivClassName
{
background-color: #BBC42A;
}
.BgClassName
{
background-color: #BBC42A;
}
</style>
border-color css
<style>
span { border-color: #BBC42A; }
span { border-color: rgb(187,196,42); }
td.TdClassName
{
border-color: #BBC42A;
}
.TagClassName
{
border-color: #BBC42A;
}
</style>