Shades of Rio Grande #BBC31B
Tints of Rio Grande #BBC31B
RGB
CMYK
RGB Variations
Color information
#BBC31B (or 0xBBC31B) is known color: Rio Grande. HEX triplet: BB, C3 and 1B. RGB value is (187,195,27). Sum of RGB (Red+Green+Blue) = 187+195+27=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC31B is #443CE4. Grayscale: #AEAEAE. Windows color (decimal): -4472037 or 1819579. OLE color: 1819579.
HSL color Cylindrical-coordinate representation of color #BBC31B: hue angle of 62.86º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBC31B is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 27 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.24 |
| HSL | 62.86º | 0.76% | 0.44% | - |
| HSV(B) | 62.86º | 0.86% | 0.76% | - |
| XYZ | 40.21 | 49.67 | 8.51 | - |
| YUV | 173.46 | 45.35 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 27 | 0.04 | 0 | 0.86 | 0.24 | 62.86 | 0.76 | 0.44 |
| Hex | BB | C3 | 1B | 4 | 0 | 56 | 18 | 3F | 4C | 2C |
| Octal | 273 | 303 | 33 | 4 | 0 | 126 | 30 | 77 | 114 | 54 |
| Binary | 10111011 | 11000011 | 11011 | 100 | 0 | 1010110 | 11000 | 111111 | 1001100 | 101100 |
Color Harmonies of #BBC31B
Complementary color
Monochromatic Colors of #BBC31B
Black with #BBC31B
Text Example
Text Example
White with #BBC31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC31B; }
p { color: rgb(187,195,27); }
H1.HeaderClassName
{
color: #BBC31B;
}
.AnyTagClassName
{
color: #BBC31B;
}
</style>
background-color css
<style>
a { background-color: #BBC31B; }
a { background-color: rgb(187,195,27); }
div.DivClassName
{
background-color: #BBC31B;
}
.BgClassName
{
background-color: #BBC31B;
}
</style>
border-color css
<style>
span { border-color: #BBC31B; }
span { border-color: rgb(187,195,27); }
td.TdClassName
{
border-color: #BBC31B;
}
.TagClassName
{
border-color: #BBC31B;
}
</style>