Shades of Rio Grande #B3CA14
Tints of Rio Grande #B3CA14
RGB
CMYK
RGB Variations
Color information
#B3CA14 (or 0xB3CA14) is known color: Rio Grande. HEX triplet: B3, CA and 14. RGB value is (179,202,20). Sum of RGB (Red+Green+Blue) = 179+202+20=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 20 (8.20% from 255 or 4.99% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3CA14 is #4C35EB. Grayscale: #AFAFAF. Windows color (decimal): -4994540 or 1362611. OLE color: 1362611.
HSL color Cylindrical-coordinate representation of color #B3CA14: hue angle of 67.58º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B3CA14 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 202 | 20 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.21 |
| HSL | 67.58º | 0.82% | 0.44% | - |
| HSV(B) | 67.58º | 0.9% | 0.79% | - |
| XYZ | 39.84 | 51.88 | 8.58 | - |
| YUV | 174.38 | 40.88 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 202 | 20 | 0.11 | 0 | 0.90 | 0.21 | 67.58 | 0.82 | 0.44 |
| Hex | B3 | CA | 14 | B | 0 | 5A | 15 | 44 | 52 | 2C |
| Octal | 263 | 312 | 24 | 13 | 0 | 132 | 25 | 104 | 122 | 54 |
| Binary | 10110011 | 11001010 | 10100 | 1011 | 0 | 1011010 | 10101 | 1000100 | 1010010 | 101100 |
Color Harmonies of #B3CA14
Complementary color
Monochromatic Colors of #B3CA14
Black with #B3CA14
Text Example
Text Example
White with #B3CA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CA14; }
p { color: rgb(179,202,20); }
H1.HeaderClassName
{
color: #B3CA14;
}
.AnyTagClassName
{
color: #B3CA14;
}
</style>
background-color css
<style>
a { background-color: #B3CA14; }
a { background-color: rgb(179,202,20); }
div.DivClassName
{
background-color: #B3CA14;
}
.BgClassName
{
background-color: #B3CA14;
}
</style>
border-color css
<style>
span { border-color: #B3CA14; }
span { border-color: rgb(179,202,20); }
td.TdClassName
{
border-color: #B3CA14;
}
.TagClassName
{
border-color: #B3CA14;
}
</style>