Shades of Rio Grande #BDCF1B
Tints of Rio Grande #BDCF1B
RGB
CMYK
RGB Variations
Color information
#BDCF1B (or 0xBDCF1B) is known color: Rio Grande. HEX triplet: BD, CF and 1B. RGB value is (189,207,27). Sum of RGB (Red+Green+Blue) = 189+207+27=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 27 (10.94% from 255 or 6.38% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCF1B is #4230E4. Grayscale: #B5B5B5. Windows color (decimal): -4337893 or 1822653. OLE color: 1822653.
HSL color Cylindrical-coordinate representation of color #BDCF1B: hue angle of 66º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDCF1B is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 207 | 27 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.19 |
| HSL | 66º | 0.77% | 0.46% | - |
| HSV(B) | 66º | 0.87% | 0.81% | - |
| XYZ | 43.5 | 55.52 | 9.46 | - |
| YUV | 181.1 | 41.04 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 27 | 0.09 | 0 | 0.87 | 0.19 | 66 | 0.77 | 0.46 |
| Hex | BD | CF | 1B | 9 | 0 | 57 | 13 | 42 | 4D | 2E |
| Octal | 275 | 317 | 33 | 11 | 0 | 127 | 23 | 102 | 115 | 56 |
| Binary | 10111101 | 11001111 | 11011 | 1001 | 0 | 1010111 | 10011 | 1000010 | 1001101 | 101110 |
Color Harmonies of #BDCF1B
Complementary color
Monochromatic Colors of #BDCF1B
Black with #BDCF1B
Text Example
Text Example
White with #BDCF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCF1B; }
p { color: rgb(189,207,27); }
H1.HeaderClassName
{
color: #BDCF1B;
}
.AnyTagClassName
{
color: #BDCF1B;
}
</style>
background-color css
<style>
a { background-color: #BDCF1B; }
a { background-color: rgb(189,207,27); }
div.DivClassName
{
background-color: #BDCF1B;
}
.BgClassName
{
background-color: #BDCF1B;
}
</style>
border-color css
<style>
span { border-color: #BDCF1B; }
span { border-color: rgb(189,207,27); }
td.TdClassName
{
border-color: #BDCF1B;
}
.TagClassName
{
border-color: #BDCF1B;
}
</style>