Shades of Rio Grande #BDCC1F
Tints of Rio Grande #BDCC1F
RGB
CMYK
RGB Variations
Color information
#BDCC1F (or 0xBDCC1F) is known color: Rio Grande. HEX triplet: BD, CC and 1F. RGB value is (189,204,31). Sum of RGB (Red+Green+Blue) = 189+204+31=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 31 (12.5% from 255 or 7.31% from 424); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCC1F is #4233E0. Grayscale: #B4B4B4. Windows color (decimal): -4338657 or 2084029. OLE color: 2084029.
HSL color Cylindrical-coordinate representation of color #BDCC1F: hue angle of 65.2º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDCC1F is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 31 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.2 |
| HSL | 65.2º | 0.74% | 0.46% | - |
| HSV(B) | 65.2º | 0.85% | 0.8% | - |
| XYZ | 42.83 | 54.1 | 9.48 | - |
| YUV | 179.79 | 44.03 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 31 | 0.07 | 0 | 0.85 | 0.2 | 65.2 | 0.74 | 0.46 |
| Hex | BD | CC | 1F | 7 | 0 | 55 | 14 | 41 | 4A | 2E |
| Octal | 275 | 314 | 37 | 7 | 0 | 125 | 24 | 101 | 112 | 56 |
| Binary | 10111101 | 11001100 | 11111 | 111 | 0 | 1010101 | 10100 | 1000001 | 1001010 | 101110 |
Color Harmonies of #BDCC1F
Complementary color
Monochromatic Colors of #BDCC1F
Black with #BDCC1F
Text Example
Text Example
White with #BDCC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCC1F; }
p { color: rgb(189,204,31); }
H1.HeaderClassName
{
color: #BDCC1F;
}
.AnyTagClassName
{
color: #BDCC1F;
}
</style>
background-color css
<style>
a { background-color: #BDCC1F; }
a { background-color: rgb(189,204,31); }
div.DivClassName
{
background-color: #BDCC1F;
}
.BgClassName
{
background-color: #BDCC1F;
}
</style>
border-color css
<style>
span { border-color: #BDCC1F; }
span { border-color: rgb(189,204,31); }
td.TdClassName
{
border-color: #BDCC1F;
}
.TagClassName
{
border-color: #BDCC1F;
}
</style>