Shades of Rio Grande #B7CA13
Tints of Rio Grande #B7CA13
RGB
CMYK
RGB Variations
Color information
#B7CA13 (or 0xB7CA13) is known color: Rio Grande. HEX triplet: B7, CA and 13. RGB value is (183,202,19). Sum of RGB (Red+Green+Blue) = 183+202+19=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7CA13 is #4835EC. Grayscale: #B0B0B0. Windows color (decimal): -4732397 or 1297079. OLE color: 1297079.
HSL color Cylindrical-coordinate representation of color #B7CA13: hue angle of 66.23º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7CA13 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 202 | 19 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.21 |
| HSL | 66.23º | 0.83% | 0.43% | - |
| HSV(B) | 66.23º | 0.91% | 0.79% | - |
| XYZ | 40.77 | 52.36 | 8.57 | - |
| YUV | 175.46 | 39.71 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 202 | 19 | 0.09 | 0 | 0.91 | 0.21 | 66.23 | 0.83 | 0.43 |
| Hex | B7 | CA | 13 | 9 | 0 | 5B | 15 | 42 | 53 | 2B |
| Octal | 267 | 312 | 23 | 11 | 0 | 133 | 25 | 102 | 123 | 53 |
| Binary | 10110111 | 11001010 | 10011 | 1001 | 0 | 1011011 | 10101 | 1000010 | 1010011 | 101011 |
Color Harmonies of #B7CA13
Complementary color
Monochromatic Colors of #B7CA13
Black with #B7CA13
Text Example
Text Example
White with #B7CA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CA13; }
p { color: rgb(183,202,19); }
H1.HeaderClassName
{
color: #B7CA13;
}
.AnyTagClassName
{
color: #B7CA13;
}
</style>
background-color css
<style>
a { background-color: #B7CA13; }
a { background-color: rgb(183,202,19); }
div.DivClassName
{
background-color: #B7CA13;
}
.BgClassName
{
background-color: #B7CA13;
}
</style>
border-color css
<style>
span { border-color: #B7CA13; }
span { border-color: rgb(183,202,19); }
td.TdClassName
{
border-color: #B7CA13;
}
.TagClassName
{
border-color: #B7CA13;
}
</style>