Shades of Rio Grande #BBC02D
Tints of Rio Grande #BBC02D
RGB
CMYK
RGB Variations
Color information
#BBC02D (or 0xBBC02D) is known color: Rio Grande. HEX triplet: BB, C0 and 2D. RGB value is (187,192,45). Sum of RGB (Red+Green+Blue) = 187+192+45=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 45 (17.97% from 255 or 10.61% from 424); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC02D is #443FD2. Grayscale: #AEAEAE. Windows color (decimal): -4472787 or 2998459. OLE color: 2998459.
HSL color Cylindrical-coordinate representation of color #BBC02D: hue angle of 62.04º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBC02D is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 45 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.25 |
| HSL | 62.04º | 0.62% | 0.46% | - |
| HSV(B) | 62.04º | 0.77% | 0.75% | - |
| XYZ | 39.82 | 48.45 | 9.74 | - |
| YUV | 173.75 | 55.34 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 45 | 0.03 | 0 | 0.77 | 0.25 | 62.04 | 0.62 | 0.46 |
| Hex | BB | C0 | 2D | 3 | 0 | 4D | 19 | 3E | 3E | 2E |
| Octal | 273 | 300 | 55 | 3 | 0 | 115 | 31 | 76 | 76 | 56 |
| Binary | 10111011 | 11000000 | 101101 | 11 | 0 | 1001101 | 11001 | 111110 | 111110 | 101110 |
Color Harmonies of #BBC02D
Complementary color
Monochromatic Colors of #BBC02D
Black with #BBC02D
Text Example
Text Example
White with #BBC02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC02D; }
p { color: rgb(187,192,45); }
H1.HeaderClassName
{
color: #BBC02D;
}
.AnyTagClassName
{
color: #BBC02D;
}
</style>
background-color css
<style>
a { background-color: #BBC02D; }
a { background-color: rgb(187,192,45); }
div.DivClassName
{
background-color: #BBC02D;
}
.BgClassName
{
background-color: #BBC02D;
}
</style>
border-color css
<style>
span { border-color: #BBC02D; }
span { border-color: rgb(187,192,45); }
td.TdClassName
{
border-color: #BBC02D;
}
.TagClassName
{
border-color: #BBC02D;
}
</style>