Shades of Rio Grande #B7CC14
Tints of Rio Grande #B7CC14
RGB
CMYK
RGB Variations
Color information
#B7CC14 (or 0xB7CC14) is known color: Rio Grande. HEX triplet: B7, CC and 14. RGB value is (183,204,20). Sum of RGB (Red+Green+Blue) = 183+204+20=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 204 (80.08% from 255 or 50.12% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7CC14 is #4833EB. Grayscale: #B1B1B1. Windows color (decimal): -4731884 or 1363127. OLE color: 1363127.
HSL color Cylindrical-coordinate representation of color #B7CC14: hue angle of 66.85º 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 #B7CC14 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 204 | 20 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.2 |
| HSL | 66.85º | 0.82% | 0.44% | - |
| HSV(B) | 66.85º | 0.9% | 0.8% | - |
| XYZ | 41.25 | 53.3 | 8.78 | - |
| YUV | 176.75 | 39.54 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 204 | 20 | 0.10 | 0 | 0.90 | 0.2 | 66.85 | 0.82 | 0.44 |
| Hex | B7 | CC | 14 | A | 0 | 5A | 14 | 43 | 52 | 2C |
| Octal | 267 | 314 | 24 | 12 | 0 | 132 | 24 | 103 | 122 | 54 |
| Binary | 10110111 | 11001100 | 10100 | 1010 | 0 | 1011010 | 10100 | 1000011 | 1010010 | 101100 |
Color Harmonies of #B7CC14
Complementary color
Monochromatic Colors of #B7CC14
Black with #B7CC14
Text Example
Text Example
White with #B7CC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CC14; }
p { color: rgb(183,204,20); }
H1.HeaderClassName
{
color: #B7CC14;
}
.AnyTagClassName
{
color: #B7CC14;
}
</style>
background-color css
<style>
a { background-color: #B7CC14; }
a { background-color: rgb(183,204,20); }
div.DivClassName
{
background-color: #B7CC14;
}
.BgClassName
{
background-color: #B7CC14;
}
</style>
border-color css
<style>
span { border-color: #B7CC14; }
span { border-color: rgb(183,204,20); }
td.TdClassName
{
border-color: #B7CC14;
}
.TagClassName
{
border-color: #B7CC14;
}
</style>