Shades of Rio Grande #B3CF13
Tints of Rio Grande #B3CF13
RGB
CMYK
RGB Variations
Color information
#B3CF13 (or 0xB3CF13) is known color: Rio Grande. HEX triplet: B3, CF and 13. RGB value is (179,207,19). Sum of RGB (Red+Green+Blue) = 179+207+19=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 207 (81.25% from 255 or 51.11% from 405); Blue value is 19 (7.81% from 255 or 4.69% from 405); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CF13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3CF13 is #4C30EC. Grayscale: #B1B1B1. Windows color (decimal): -4993261 or 1298355. OLE color: 1298355.
HSL color Cylindrical-coordinate representation of color #B3CF13: hue angle of 68.94º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B3CF13 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 207 | 19 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.19 |
| HSL | 68.94º | 0.83% | 0.44% | - |
| HSV(B) | 68.94º | 0.91% | 0.81% | - |
| XYZ | 41.02 | 54.26 | 8.93 | - |
| YUV | 177.2 | 38.72 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 207 | 19 | 0.14 | 0 | 0.91 | 0.19 | 68.94 | 0.83 | 0.44 |
| Hex | B3 | CF | 13 | E | 0 | 5B | 13 | 45 | 53 | 2C |
| Octal | 263 | 317 | 23 | 16 | 0 | 133 | 23 | 105 | 123 | 54 |
| Binary | 10110011 | 11001111 | 10011 | 1110 | 0 | 1011011 | 10011 | 1000101 | 1010011 | 101100 |
Color Harmonies of #B3CF13
Complementary color
Monochromatic Colors of #B3CF13
Black with #B3CF13
Text Example
Text Example
White with #B3CF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CF13; }
p { color: rgb(179,207,19); }
H1.HeaderClassName
{
color: #B3CF13;
}
.AnyTagClassName
{
color: #B3CF13;
}
</style>
background-color css
<style>
a { background-color: #B3CF13; }
a { background-color: rgb(179,207,19); }
div.DivClassName
{
background-color: #B3CF13;
}
.BgClassName
{
background-color: #B3CF13;
}
</style>
border-color css
<style>
span { border-color: #B3CF13; }
span { border-color: rgb(179,207,19); }
td.TdClassName
{
border-color: #B3CF13;
}
.TagClassName
{
border-color: #B3CF13;
}
</style>