Shades of Rio Grande #B7CF0F
Tints of Rio Grande #B7CF0F
RGB
CMYK
RGB Variations
Color information
#B7CF0F (or 0xB7CF0F) is known color: Rio Grande. HEX triplet: B7, CF and 0F. RGB value is (183,207,15). Sum of RGB (Red+Green+Blue) = 183+207+15=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 207 (81.25% from 255 or 51.11% from 405); Blue value is 15 (6.25% from 255 or 3.70% from 405); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7CF0F is #4830F0. Grayscale: #B2B2B2. Windows color (decimal): -4731121 or 1036215. OLE color: 1036215.
HSL color Cylindrical-coordinate representation of color #B7CF0F: hue angle of 67.5º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7CF0F is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 207 | 15 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.19 |
| HSL | 67.5º | 0.86% | 0.44% | - |
| HSV(B) | 67.5º | 0.93% | 0.81% | - |
| XYZ | 41.93 | 54.73 | 8.81 | - |
| YUV | 177.94 | 36.05 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 207 | 15 | 0.12 | 0 | 0.93 | 0.19 | 67.5 | 0.86 | 0.44 |
| Hex | B7 | CF | F | C | 0 | 5D | 13 | 44 | 56 | 2C |
| Octal | 267 | 317 | 17 | 14 | 0 | 135 | 23 | 104 | 126 | 54 |
| Binary | 10110111 | 11001111 | 1111 | 1100 | 0 | 1011101 | 10011 | 1000100 | 1010110 | 101100 |
Color Harmonies of #B7CF0F
Complementary color
Monochromatic Colors of #B7CF0F
Black with #B7CF0F
Text Example
Text Example
White with #B7CF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CF0F; }
p { color: rgb(183,207,15); }
H1.HeaderClassName
{
color: #B7CF0F;
}
.AnyTagClassName
{
color: #B7CF0F;
}
</style>
background-color css
<style>
a { background-color: #B7CF0F; }
a { background-color: rgb(183,207,15); }
div.DivClassName
{
background-color: #B7CF0F;
}
.BgClassName
{
background-color: #B7CF0F;
}
</style>
border-color css
<style>
span { border-color: #B7CF0F; }
span { border-color: rgb(183,207,15); }
td.TdClassName
{
border-color: #B7CF0F;
}
.TagClassName
{
border-color: #B7CF0F;
}
</style>