Shades of Rio Grande #BBC41E
Tints of Rio Grande #BBC41E
RGB
CMYK
RGB Variations
Color information
#BBC41E (or 0xBBC41E) is known color: Rio Grande. HEX triplet: BB, C4 and 1E. RGB value is (187,196,30). Sum of RGB (Red+Green+Blue) = 187+196+30=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 196 (76.95% from 255 or 47.46% from 413); Blue value is 30 (12.11% from 255 or 7.26% from 413); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC41E is #443BE1. Grayscale: #AFAFAF. Windows color (decimal): -4471778 or 2016443. OLE color: 2016443.
HSL color Cylindrical-coordinate representation of color #BBC41E: hue angle of 63.25º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BBC41E is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 30 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.23 |
| HSL | 63.25º | 0.73% | 0.44% | - |
| HSV(B) | 63.25º | 0.85% | 0.77% | - |
| XYZ | 40.47 | 50.14 | 8.77 | - |
| YUV | 174.39 | 46.52 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 30 | 0.05 | 0 | 0.85 | 0.23 | 63.25 | 0.73 | 0.44 |
| Hex | BB | C4 | 1E | 5 | 0 | 55 | 17 | 3F | 49 | 2C |
| Octal | 273 | 304 | 36 | 5 | 0 | 125 | 27 | 77 | 111 | 54 |
| Binary | 10111011 | 11000100 | 11110 | 101 | 0 | 1010101 | 10111 | 111111 | 1001001 | 101100 |
Color Harmonies of #BBC41E
Complementary color
Monochromatic Colors of #BBC41E
Black with #BBC41E
Text Example
Text Example
White with #BBC41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC41E; }
p { color: rgb(187,196,30); }
H1.HeaderClassName
{
color: #BBC41E;
}
.AnyTagClassName
{
color: #BBC41E;
}
</style>
background-color css
<style>
a { background-color: #BBC41E; }
a { background-color: rgb(187,196,30); }
div.DivClassName
{
background-color: #BBC41E;
}
.BgClassName
{
background-color: #BBC41E;
}
</style>
border-color css
<style>
span { border-color: #BBC41E; }
span { border-color: rgb(187,196,30); }
td.TdClassName
{
border-color: #BBC41E;
}
.TagClassName
{
border-color: #BBC41E;
}
</style>