Shades of Rio Grande #B3C514
Tints of Rio Grande #B3C514
RGB
CMYK
RGB Variations
Color information
#B3C514 (or 0xB3C514) is known color: Rio Grande. HEX triplet: B3, C5 and 14. RGB value is (179,197,20). Sum of RGB (Red+Green+Blue) = 179+197+20=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 197 (77.34% from 255 or 49.75% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C514 is #4C3AEB. Grayscale: #ACACAC. Windows color (decimal): -4995820 or 1361331. OLE color: 1361331.
HSL color Cylindrical-coordinate representation of color #B3C514: hue angle of 66.1º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B3C514 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 197 | 20 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.23 |
| HSL | 66.1º | 0.82% | 0.43% | - |
| HSV(B) | 66.1º | 0.9% | 0.77% | - |
| XYZ | 38.68 | 49.57 | 8.19 | - |
| YUV | 171.44 | 42.54 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 197 | 20 | 0.09 | 0 | 0.90 | 0.23 | 66.1 | 0.82 | 0.43 |
| Hex | B3 | C5 | 14 | 9 | 0 | 5A | 17 | 42 | 52 | 2B |
| Octal | 263 | 305 | 24 | 11 | 0 | 132 | 27 | 102 | 122 | 53 |
| Binary | 10110011 | 11000101 | 10100 | 1001 | 0 | 1011010 | 10111 | 1000010 | 1010010 | 101011 |
Color Harmonies of #B3C514
Complementary color
Monochromatic Colors of #B3C514
Black with #B3C514
Text Example
Text Example
White with #B3C514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C514; }
p { color: rgb(179,197,20); }
H1.HeaderClassName
{
color: #B3C514;
}
.AnyTagClassName
{
color: #B3C514;
}
</style>
background-color css
<style>
a { background-color: #B3C514; }
a { background-color: rgb(179,197,20); }
div.DivClassName
{
background-color: #B3C514;
}
.BgClassName
{
background-color: #B3C514;
}
</style>
border-color css
<style>
span { border-color: #B3C514; }
span { border-color: rgb(179,197,20); }
td.TdClassName
{
border-color: #B3C514;
}
.TagClassName
{
border-color: #B3C514;
}
</style>