Shades of Rio Grande #B2BC1D
Tints of Rio Grande #B2BC1D
RGB
CMYK
RGB Variations
Color information
#B2BC1D (or 0xB2BC1D) is known color: Rio Grande. HEX triplet: B2, BC and 1D. RGB value is (178,188,29). Sum of RGB (Red+Green+Blue) = 178+188+29=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BC1D is #4D43E2. Grayscale: #A7A7A7. Windows color (decimal): -5063651 or 1948850. OLE color: 1948850.
HSL color Cylindrical-coordinate representation of color #B2BC1D: hue angle of 63.77º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2BC1D is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 29 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.26 |
| HSL | 63.77º | 0.73% | 0.43% | - |
| HSV(B) | 63.77º | 0.85% | 0.74% | - |
| XYZ | 36.57 | 45.52 | 8.02 | - |
| YUV | 166.88 | 50.19 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 29 | 0.05 | 0 | 0.85 | 0.26 | 63.77 | 0.73 | 0.43 |
| Hex | B2 | BC | 1D | 5 | 0 | 55 | 1A | 40 | 49 | 2B |
| Octal | 262 | 274 | 35 | 5 | 0 | 125 | 32 | 100 | 111 | 53 |
| Binary | 10110010 | 10111100 | 11101 | 101 | 0 | 1010101 | 11010 | 1000000 | 1001001 | 101011 |
Color Harmonies of #B2BC1D
Complementary color
Monochromatic Colors of #B2BC1D
Black with #B2BC1D
Text Example
Text Example
White with #B2BC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BC1D; }
p { color: rgb(178,188,29); }
H1.HeaderClassName
{
color: #B2BC1D;
}
.AnyTagClassName
{
color: #B2BC1D;
}
</style>
background-color css
<style>
a { background-color: #B2BC1D; }
a { background-color: rgb(178,188,29); }
div.DivClassName
{
background-color: #B2BC1D;
}
.BgClassName
{
background-color: #B2BC1D;
}
</style>
border-color css
<style>
span { border-color: #B2BC1D; }
span { border-color: rgb(178,188,29); }
td.TdClassName
{
border-color: #B2BC1D;
}
.TagClassName
{
border-color: #B2BC1D;
}
</style>