Shades of Rio Grande #B7CE0F
Tints of Rio Grande #B7CE0F
RGB
CMYK
RGB Variations
Color information
#B7CE0F (or 0xB7CE0F) is known color: Rio Grande. HEX triplet: B7, CE and 0F. RGB value is (183,206,15). Sum of RGB (Red+Green+Blue) = 183+206+15=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 206 (80.86% from 255 or 50.99% from 404); Blue value is 15 (6.25% from 255 or 3.71% from 404); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CE0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7CE0F is #4831F0. Grayscale: #B2B2B2. Windows color (decimal): -4731377 or 1035959. OLE color: 1035959.
HSL color Cylindrical-coordinate representation of color #B7CE0F: hue angle of 67.23º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7CE0F is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 206 | 15 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.19 |
| HSL | 67.23º | 0.86% | 0.43% | - |
| HSV(B) | 67.23º | 0.93% | 0.81% | - |
| XYZ | 41.69 | 54.24 | 8.73 | - |
| YUV | 177.35 | 36.38 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 206 | 15 | 0.11 | 0 | 0.93 | 0.19 | 67.23 | 0.86 | 0.43 |
| Hex | B7 | CE | F | B | 0 | 5D | 13 | 43 | 56 | 2B |
| Octal | 267 | 316 | 17 | 13 | 0 | 135 | 23 | 103 | 126 | 53 |
| Binary | 10110111 | 11001110 | 1111 | 1011 | 0 | 1011101 | 10011 | 1000011 | 1010110 | 101011 |
Color Harmonies of #B7CE0F
Complementary color
Monochromatic Colors of #B7CE0F
Black with #B7CE0F
Text Example
Text Example
White with #B7CE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CE0F; }
p { color: rgb(183,206,15); }
H1.HeaderClassName
{
color: #B7CE0F;
}
.AnyTagClassName
{
color: #B7CE0F;
}
</style>
background-color css
<style>
a { background-color: #B7CE0F; }
a { background-color: rgb(183,206,15); }
div.DivClassName
{
background-color: #B7CE0F;
}
.BgClassName
{
background-color: #B7CE0F;
}
</style>
border-color css
<style>
span { border-color: #B7CE0F; }
span { border-color: rgb(183,206,15); }
td.TdClassName
{
border-color: #B7CE0F;
}
.TagClassName
{
border-color: #B7CE0F;
}
</style>