Shades of Rio Grande #B7CB13
Tints of Rio Grande #B7CB13
RGB
CMYK
RGB Variations
Color information
#B7CB13 (or 0xB7CB13) is known color: Rio Grande. HEX triplet: B7, CB and 13. RGB value is (183,203,19). Sum of RGB (Red+Green+Blue) = 183+203+19=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 203 (79.69% from 255 or 50.12% from 405); Blue value is 19 (7.81% from 255 or 4.69% from 405); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7CB13 is #4834EC. Grayscale: #B0B0B0. Windows color (decimal): -4732141 or 1297335. OLE color: 1297335.
HSL color Cylindrical-coordinate representation of color #B7CB13: hue angle of 66.52º 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 #B7CB13 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 203 | 19 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.20 |
| HSL | 66.52º | 0.83% | 0.44% | - |
| HSV(B) | 66.52º | 0.91% | 0.8% | - |
| XYZ | 41 | 52.83 | 8.65 | - |
| YUV | 176.04 | 39.37 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 203 | 19 | 0.10 | 0 | 0.91 | 0.20 | 66.52 | 0.83 | 0.44 |
| Hex | B7 | CB | 13 | A | 0 | 5B | 14 | 43 | 53 | 2C |
| Octal | 267 | 313 | 23 | 12 | 0 | 133 | 24 | 103 | 123 | 54 |
| Binary | 10110111 | 11001011 | 10011 | 1010 | 0 | 1011011 | 10100 | 1000011 | 1010011 | 101100 |
Color Harmonies of #B7CB13
Complementary color
Monochromatic Colors of #B7CB13
Black with #B7CB13
Text Example
Text Example
White with #B7CB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CB13; }
p { color: rgb(183,203,19); }
H1.HeaderClassName
{
color: #B7CB13;
}
.AnyTagClassName
{
color: #B7CB13;
}
</style>
background-color css
<style>
a { background-color: #B7CB13; }
a { background-color: rgb(183,203,19); }
div.DivClassName
{
background-color: #B7CB13;
}
.BgClassName
{
background-color: #B7CB13;
}
</style>
border-color css
<style>
span { border-color: #B7CB13; }
span { border-color: rgb(183,203,19); }
td.TdClassName
{
border-color: #B7CB13;
}
.TagClassName
{
border-color: #B7CB13;
}
</style>