Shades of Rio Grande #B2BC17
Tints of Rio Grande #B2BC17
RGB
CMYK
RGB Variations
Color information
#B2BC17 (or 0xB2BC17) is known color: Rio Grande. HEX triplet: B2, BC and 17. RGB value is (178,188,23). Sum of RGB (Red+Green+Blue) = 178+188+23=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 23 (9.38% from 255 or 5.91% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BC17 is #4D43E8. Grayscale: #A6A6A6. Windows color (decimal): -5063657 or 1555634. OLE color: 1555634.
HSL color Cylindrical-coordinate representation of color #B2BC17: hue angle of 63.64º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2BC17 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 23 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.26 |
| HSL | 63.64º | 0.78% | 0.41% | - |
| HSV(B) | 63.64º | 0.88% | 0.74% | - |
| XYZ | 36.5 | 45.49 | 7.67 | - |
| YUV | 166.2 | 47.19 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 23 | 0.05 | 0 | 0.88 | 0.26 | 63.64 | 0.78 | 0.41 |
| Hex | B2 | BC | 17 | 5 | 0 | 58 | 1A | 40 | 4E | 29 |
| Octal | 262 | 274 | 27 | 5 | 0 | 130 | 32 | 100 | 116 | 51 |
| Binary | 10110010 | 10111100 | 10111 | 101 | 0 | 1011000 | 11010 | 1000000 | 1001110 | 101001 |
Color Harmonies of #B2BC17
Complementary color
Monochromatic Colors of #B2BC17
Black with #B2BC17
Text Example
Text Example
White with #B2BC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BC17; }
p { color: rgb(178,188,23); }
H1.HeaderClassName
{
color: #B2BC17;
}
.AnyTagClassName
{
color: #B2BC17;
}
</style>
background-color css
<style>
a { background-color: #B2BC17; }
a { background-color: rgb(178,188,23); }
div.DivClassName
{
background-color: #B2BC17;
}
.BgClassName
{
background-color: #B2BC17;
}
</style>
border-color css
<style>
span { border-color: #B2BC17; }
span { border-color: rgb(178,188,23); }
td.TdClassName
{
border-color: #B2BC17;
}
.TagClassName
{
border-color: #B2BC17;
}
</style>