Shades of Rio Grande #B3C417
Tints of Rio Grande #B3C417
RGB
CMYK
RGB Variations
Color information
#B3C417 (or 0xB3C417) is known color: Rio Grande. HEX triplet: B3, C4 and 17. RGB value is (179,196,23). Sum of RGB (Red+Green+Blue) = 179+196+23=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 196 (76.95% from 255 or 49.25% from 398); Blue value is 23 (9.38% from 255 or 5.78% from 398); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C417 is #4C3BE8. Grayscale: #ABABAB. Windows color (decimal): -4996073 or 1557683. OLE color: 1557683.
HSL color Cylindrical-coordinate representation of color #B3C417: hue angle of 65.9º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B3C417 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 196 | 23 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.23 |
| HSL | 65.9º | 0.79% | 0.43% | - |
| HSV(B) | 65.9º | 0.88% | 0.77% | - |
| XYZ | 38.48 | 49.13 | 8.26 | - |
| YUV | 171.2 | 44.37 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 196 | 23 | 0.09 | 0 | 0.88 | 0.23 | 65.9 | 0.79 | 0.43 |
| Hex | B3 | C4 | 17 | 9 | 0 | 58 | 17 | 42 | 4F | 2B |
| Octal | 263 | 304 | 27 | 11 | 0 | 130 | 27 | 102 | 117 | 53 |
| Binary | 10110011 | 11000100 | 10111 | 1001 | 0 | 1011000 | 10111 | 1000010 | 1001111 | 101011 |
Color Harmonies of #B3C417
Complementary color
Monochromatic Colors of #B3C417
Black with #B3C417
Text Example
Text Example
White with #B3C417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C417; }
p { color: rgb(179,196,23); }
H1.HeaderClassName
{
color: #B3C417;
}
.AnyTagClassName
{
color: #B3C417;
}
</style>
background-color css
<style>
a { background-color: #B3C417; }
a { background-color: rgb(179,196,23); }
div.DivClassName
{
background-color: #B3C417;
}
.BgClassName
{
background-color: #B3C417;
}
</style>
border-color css
<style>
span { border-color: #B3C417; }
span { border-color: rgb(179,196,23); }
td.TdClassName
{
border-color: #B3C417;
}
.TagClassName
{
border-color: #B3C417;
}
</style>