Shades of Rio Grande #BDCF16
Tints of Rio Grande #BDCF16
RGB
CMYK
RGB Variations
Color information
#BDCF16 (or 0xBDCF16) is known color: Rio Grande. HEX triplet: BD, CF and 16. RGB value is (189,207,22). Sum of RGB (Red+Green+Blue) = 189+207+22=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 207 (81.25% from 255 or 49.52% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCF16 is #4230E9. Grayscale: #B5B5B5. Windows color (decimal): -4337898 or 1494973. OLE color: 1494973.
HSL color Cylindrical-coordinate representation of color #BDCF16: hue angle of 65.84º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDCF16 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 207 | 22 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.19 |
| HSL | 65.84º | 0.81% | 0.45% | - |
| HSV(B) | 65.84º | 0.89% | 0.81% | - |
| XYZ | 43.44 | 55.5 | 9.18 | - |
| YUV | 180.53 | 38.54 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 22 | 0.09 | 0 | 0.89 | 0.19 | 65.84 | 0.81 | 0.45 |
| Hex | BD | CF | 16 | 9 | 0 | 59 | 13 | 42 | 51 | 2D |
| Octal | 275 | 317 | 26 | 11 | 0 | 131 | 23 | 102 | 121 | 55 |
| Binary | 10111101 | 11001111 | 10110 | 1001 | 0 | 1011001 | 10011 | 1000010 | 1010001 | 101101 |
Color Harmonies of #BDCF16
Complementary color
Monochromatic Colors of #BDCF16
Black with #BDCF16
Text Example
Text Example
White with #BDCF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCF16; }
p { color: rgb(189,207,22); }
H1.HeaderClassName
{
color: #BDCF16;
}
.AnyTagClassName
{
color: #BDCF16;
}
</style>
background-color css
<style>
a { background-color: #BDCF16; }
a { background-color: rgb(189,207,22); }
div.DivClassName
{
background-color: #BDCF16;
}
.BgClassName
{
background-color: #BDCF16;
}
</style>
border-color css
<style>
span { border-color: #BDCF16; }
span { border-color: rgb(189,207,22); }
td.TdClassName
{
border-color: #BDCF16;
}
.TagClassName
{
border-color: #BDCF16;
}
</style>