Shades of Rio Grande #B7CC13
Tints of Rio Grande #B7CC13
RGB
CMYK
RGB Variations
Color information
#B7CC13 (or 0xB7CC13) is known color: Rio Grande. HEX triplet: B7, CC and 13. RGB value is (183,204,19). Sum of RGB (Red+Green+Blue) = 183+204+19=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 19 (7.81% from 255 or 4.68% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7CC13 is #4833EC. Grayscale: #B1B1B1. Windows color (decimal): -4731885 or 1297591. OLE color: 1297591.
HSL color Cylindrical-coordinate representation of color #B7CC13: hue angle of 66.81º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7CC13 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 204 | 19 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.2 |
| HSL | 66.81º | 0.83% | 0.44% | - |
| HSV(B) | 66.81º | 0.91% | 0.8% | - |
| XYZ | 41.24 | 53.3 | 8.73 | - |
| YUV | 176.63 | 39.04 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 204 | 19 | 0.10 | 0 | 0.91 | 0.2 | 66.81 | 0.83 | 0.44 |
| Hex | B7 | CC | 13 | A | 0 | 5B | 14 | 43 | 53 | 2C |
| Octal | 267 | 314 | 23 | 12 | 0 | 133 | 24 | 103 | 123 | 54 |
| Binary | 10110111 | 11001100 | 10011 | 1010 | 0 | 1011011 | 10100 | 1000011 | 1010011 | 101100 |
Color Harmonies of #B7CC13
Complementary color
Monochromatic Colors of #B7CC13
Black with #B7CC13
Text Example
Text Example
White with #B7CC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CC13; }
p { color: rgb(183,204,19); }
H1.HeaderClassName
{
color: #B7CC13;
}
.AnyTagClassName
{
color: #B7CC13;
}
</style>
background-color css
<style>
a { background-color: #B7CC13; }
a { background-color: rgb(183,204,19); }
div.DivClassName
{
background-color: #B7CC13;
}
.BgClassName
{
background-color: #B7CC13;
}
</style>
border-color css
<style>
span { border-color: #B7CC13; }
span { border-color: rgb(183,204,19); }
td.TdClassName
{
border-color: #B7CC13;
}
.TagClassName
{
border-color: #B7CC13;
}
</style>