Shades of Rio Grande #B2BC1B
Tints of Rio Grande #B2BC1B
RGB
CMYK
RGB Variations
Color information
#B2BC1B (or 0xB2BC1B) is known color: Rio Grande. HEX triplet: B2, BC and 1B. RGB value is (178,188,27). Sum of RGB (Red+Green+Blue) = 178+188+27=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 27 (10.94% from 255 or 6.87% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BC1B is #4D43E4. Grayscale: #A7A7A7. Windows color (decimal): -5063653 or 1817778. OLE color: 1817778.
HSL color Cylindrical-coordinate representation of color #B2BC1B: hue angle of 63.73º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2BC1B is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 27 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.26 |
| HSL | 63.73º | 0.75% | 0.42% | - |
| HSV(B) | 63.73º | 0.86% | 0.74% | - |
| XYZ | 36.54 | 45.51 | 7.9 | - |
| YUV | 166.66 | 49.19 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 27 | 0.05 | 0 | 0.86 | 0.26 | 63.73 | 0.75 | 0.42 |
| Hex | B2 | BC | 1B | 5 | 0 | 56 | 1A | 40 | 4B | 2A |
| Octal | 262 | 274 | 33 | 5 | 0 | 126 | 32 | 100 | 113 | 52 |
| Binary | 10110010 | 10111100 | 11011 | 101 | 0 | 1010110 | 11010 | 1000000 | 1001011 | 101010 |
Color Harmonies of #B2BC1B
Complementary color
Monochromatic Colors of #B2BC1B
Black with #B2BC1B
Text Example
Text Example
White with #B2BC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BC1B; }
p { color: rgb(178,188,27); }
H1.HeaderClassName
{
color: #B2BC1B;
}
.AnyTagClassName
{
color: #B2BC1B;
}
</style>
background-color css
<style>
a { background-color: #B2BC1B; }
a { background-color: rgb(178,188,27); }
div.DivClassName
{
background-color: #B2BC1B;
}
.BgClassName
{
background-color: #B2BC1B;
}
</style>
border-color css
<style>
span { border-color: #B2BC1B; }
span { border-color: rgb(178,188,27); }
td.TdClassName
{
border-color: #B2BC1B;
}
.TagClassName
{
border-color: #B2BC1B;
}
</style>