Shades of Rio Grande #BBCA1E
Tints of Rio Grande #BBCA1E
RGB
CMYK
RGB Variations
Color information
#BBCA1E (or 0xBBCA1E) is known color: Rio Grande. HEX triplet: BB, CA and 1E. RGB value is (187,202,30). Sum of RGB (Red+Green+Blue) = 187+202+30=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 30 (12.11% from 255 or 7.16% from 419); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCA1E is #4435E1. Grayscale: #B2B2B2. Windows color (decimal): -4470242 or 2017979. OLE color: 2017979.
HSL color Cylindrical-coordinate representation of color #BBCA1E: hue angle of 65.23º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BBCA1E is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 202 | 30 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.21 |
| HSL | 65.23º | 0.74% | 0.45% | - |
| HSV(B) | 65.23º | 0.85% | 0.79% | - |
| XYZ | 41.85 | 52.9 | 9.23 | - |
| YUV | 177.91 | 44.53 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 202 | 30 | 0.07 | 0 | 0.85 | 0.21 | 65.23 | 0.74 | 0.45 |
| Hex | BB | CA | 1E | 7 | 0 | 55 | 15 | 41 | 4A | 2D |
| Octal | 273 | 312 | 36 | 7 | 0 | 125 | 25 | 101 | 112 | 55 |
| Binary | 10111011 | 11001010 | 11110 | 111 | 0 | 1010101 | 10101 | 1000001 | 1001010 | 101101 |
Color Harmonies of #BBCA1E
Complementary color
Monochromatic Colors of #BBCA1E
Black with #BBCA1E
Text Example
Text Example
White with #BBCA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCA1E; }
p { color: rgb(187,202,30); }
H1.HeaderClassName
{
color: #BBCA1E;
}
.AnyTagClassName
{
color: #BBCA1E;
}
</style>
background-color css
<style>
a { background-color: #BBCA1E; }
a { background-color: rgb(187,202,30); }
div.DivClassName
{
background-color: #BBCA1E;
}
.BgClassName
{
background-color: #BBCA1E;
}
</style>
border-color css
<style>
span { border-color: #BBCA1E; }
span { border-color: rgb(187,202,30); }
td.TdClassName
{
border-color: #BBCA1E;
}
.TagClassName
{
border-color: #BBCA1E;
}
</style>