Shades of Rio Grande #BBC12B
Tints of Rio Grande #BBC12B
RGB
CMYK
RGB Variations
Color information
#BBC12B (or 0xBBC12B) is known color: Rio Grande. HEX triplet: BB, C1 and 2B. RGB value is (187,193,43). Sum of RGB (Red+Green+Blue) = 187+193+43=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 43 (17.19% from 255 or 10.17% from 423); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC12B is #443ED4. Grayscale: #AEAEAE. Windows color (decimal): -4472533 or 2867643. OLE color: 2867643.
HSL color Cylindrical-coordinate representation of color #BBC12B: hue angle of 62.4º 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 #BBC12B is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 43 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.24 |
| HSL | 62.4º | 0.64% | 0.46% | - |
| HSV(B) | 62.4º | 0.78% | 0.76% | - |
| XYZ | 40 | 48.88 | 9.61 | - |
| YUV | 174.11 | 54.01 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 43 | 0.03 | 0 | 0.78 | 0.24 | 62.4 | 0.64 | 0.46 |
| Hex | BB | C1 | 2B | 3 | 0 | 4E | 18 | 3E | 40 | 2E |
| Octal | 273 | 301 | 53 | 3 | 0 | 116 | 30 | 76 | 100 | 56 |
| Binary | 10111011 | 11000001 | 101011 | 11 | 0 | 1001110 | 11000 | 111110 | 1000000 | 101110 |
Color Harmonies of #BBC12B
Complementary color
Monochromatic Colors of #BBC12B
Black with #BBC12B
Text Example
Text Example
White with #BBC12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC12B; }
p { color: rgb(187,193,43); }
H1.HeaderClassName
{
color: #BBC12B;
}
.AnyTagClassName
{
color: #BBC12B;
}
</style>
background-color css
<style>
a { background-color: #BBC12B; }
a { background-color: rgb(187,193,43); }
div.DivClassName
{
background-color: #BBC12B;
}
.BgClassName
{
background-color: #BBC12B;
}
</style>
border-color css
<style>
span { border-color: #BBC12B; }
span { border-color: rgb(187,193,43); }
td.TdClassName
{
border-color: #BBC12B;
}
.TagClassName
{
border-color: #BBC12B;
}
</style>