Shades of Rio Grande #BBC22A
Tints of Rio Grande #BBC22A
RGB
CMYK
RGB Variations
Color information
#BBC22A (or 0xBBC22A) is known color: Rio Grande. HEX triplet: BB, C2 and 2A. RGB value is (187,194,42). Sum of RGB (Red+Green+Blue) = 187+194+42=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 42 (16.80% from 255 or 9.93% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC22A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC22A is #443DD5. Grayscale: #AFAFAF. Windows color (decimal): -4472278 or 2802363. OLE color: 2802363.
HSL color Cylindrical-coordinate representation of color #BBC22A: hue angle of 62.76º degrees, saturation: 0.64, 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 #BBC22A is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 42 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.24 |
| HSL | 62.76º | 0.64% | 0.46% | - |
| HSV(B) | 62.76º | 0.78% | 0.76% | - |
| XYZ | 40.2 | 49.32 | 9.59 | - |
| YUV | 174.58 | 53.18 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 42 | 0.04 | 0 | 0.78 | 0.24 | 62.76 | 0.64 | 0.46 |
| Hex | BB | C2 | 2A | 4 | 0 | 4E | 18 | 3F | 40 | 2E |
| Octal | 273 | 302 | 52 | 4 | 0 | 116 | 30 | 77 | 100 | 56 |
| Binary | 10111011 | 11000010 | 101010 | 100 | 0 | 1001110 | 11000 | 111111 | 1000000 | 101110 |
Color Harmonies of #BBC22A
Complementary color
Monochromatic Colors of #BBC22A
Black with #BBC22A
Text Example
Text Example
White with #BBC22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC22A; }
p { color: rgb(187,194,42); }
H1.HeaderClassName
{
color: #BBC22A;
}
.AnyTagClassName
{
color: #BBC22A;
}
</style>
background-color css
<style>
a { background-color: #BBC22A; }
a { background-color: rgb(187,194,42); }
div.DivClassName
{
background-color: #BBC22A;
}
.BgClassName
{
background-color: #BBC22A;
}
</style>
border-color css
<style>
span { border-color: #BBC22A; }
span { border-color: rgb(187,194,42); }
td.TdClassName
{
border-color: #BBC22A;
}
.TagClassName
{
border-color: #BBC22A;
}
</style>