Shades of Rio Grande #B7CD14
Tints of Rio Grande #B7CD14
RGB
CMYK
RGB Variations
Color information
#B7CD14 (or 0xB7CD14) is known color: Rio Grande. HEX triplet: B7, CD and 14. RGB value is (183,205,20). Sum of RGB (Red+Green+Blue) = 183+205+20=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 205 (80.47% from 255 or 50.25% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CD14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7CD14 is #4832EB. Grayscale: #B2B2B2. Windows color (decimal): -4731628 or 1363383. OLE color: 1363383.
HSL color Cylindrical-coordinate representation of color #B7CD14: hue angle of 67.14º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7CD14 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 205 | 20 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.20 |
| HSL | 67.14º | 0.82% | 0.44% | - |
| HSV(B) | 67.14º | 0.9% | 0.8% | - |
| XYZ | 41.49 | 53.78 | 8.86 | - |
| YUV | 177.33 | 39.21 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 205 | 20 | 0.11 | 0 | 0.90 | 0.20 | 67.14 | 0.82 | 0.44 |
| Hex | B7 | CD | 14 | B | 0 | 5A | 14 | 43 | 52 | 2C |
| Octal | 267 | 315 | 24 | 13 | 0 | 132 | 24 | 103 | 122 | 54 |
| Binary | 10110111 | 11001101 | 10100 | 1011 | 0 | 1011010 | 10100 | 1000011 | 1010010 | 101100 |
Color Harmonies of #B7CD14
Complementary color
Monochromatic Colors of #B7CD14
Black with #B7CD14
Text Example
Text Example
White with #B7CD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CD14; }
p { color: rgb(183,205,20); }
H1.HeaderClassName
{
color: #B7CD14;
}
.AnyTagClassName
{
color: #B7CD14;
}
</style>
background-color css
<style>
a { background-color: #B7CD14; }
a { background-color: rgb(183,205,20); }
div.DivClassName
{
background-color: #B7CD14;
}
.BgClassName
{
background-color: #B7CD14;
}
</style>
border-color css
<style>
span { border-color: #B7CD14; }
span { border-color: rgb(183,205,20); }
td.TdClassName
{
border-color: #B7CD14;
}
.TagClassName
{
border-color: #B7CD14;
}
</style>