Shades of Rio Grande #B3BC1C
Tints of Rio Grande #B3BC1C
RGB
CMYK
RGB Variations
Color information
#B3BC1C (or 0xB3BC1C) is known color: Rio Grande. HEX triplet: B3, BC and 1C. RGB value is (179,188,28). Sum of RGB (Red+Green+Blue) = 179+188+28=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BC1C is #4C43E3. Grayscale: #A7A7A7. Windows color (decimal): -4998116 or 1883315. OLE color: 1883315.
HSL color Cylindrical-coordinate representation of color #B3BC1C: hue angle of 63.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B3BC1C is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 188 | 28 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.26 |
| HSL | 63.38º | 0.74% | 0.42% | - |
| HSV(B) | 63.38º | 0.85% | 0.74% | - |
| XYZ | 36.78 | 45.63 | 7.97 | - |
| YUV | 167.07 | 49.52 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 188 | 28 | 0.05 | 0 | 0.85 | 0.26 | 63.38 | 0.74 | 0.42 |
| Hex | B3 | BC | 1C | 5 | 0 | 55 | 1A | 3F | 4A | 2A |
| Octal | 263 | 274 | 34 | 5 | 0 | 125 | 32 | 77 | 112 | 52 |
| Binary | 10110011 | 10111100 | 11100 | 101 | 0 | 1010101 | 11010 | 111111 | 1001010 | 101010 |
Color Harmonies of #B3BC1C
Complementary color
Monochromatic Colors of #B3BC1C
Black with #B3BC1C
Text Example
Text Example
White with #B3BC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BC1C; }
p { color: rgb(179,188,28); }
H1.HeaderClassName
{
color: #B3BC1C;
}
.AnyTagClassName
{
color: #B3BC1C;
}
</style>
background-color css
<style>
a { background-color: #B3BC1C; }
a { background-color: rgb(179,188,28); }
div.DivClassName
{
background-color: #B3BC1C;
}
.BgClassName
{
background-color: #B3BC1C;
}
</style>
border-color css
<style>
span { border-color: #B3BC1C; }
span { border-color: rgb(179,188,28); }
td.TdClassName
{
border-color: #B3BC1C;
}
.TagClassName
{
border-color: #B3BC1C;
}
</style>