Shades of Rio Grande #BDCC14
Tints of Rio Grande #BDCC14
RGB
CMYK
RGB Variations
Color information
#BDCC14 (or 0xBDCC14) is known color: Rio Grande. HEX triplet: BD, CC and 14. RGB value is (189,204,20). Sum of RGB (Red+Green+Blue) = 189+204+20=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCC14 is #4233EB. Grayscale: #B3B3B3. Windows color (decimal): -4338668 or 1363133. OLE color: 1363133.
HSL color Cylindrical-coordinate representation of color #BDCC14: hue angle of 64.89º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDCC14 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 20 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.2 |
| HSL | 64.89º | 0.82% | 0.44% | - |
| HSV(B) | 64.89º | 0.9% | 0.8% | - |
| XYZ | 42.71 | 54.06 | 8.84 | - |
| YUV | 178.54 | 38.53 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 20 | 0.07 | 0 | 0.90 | 0.2 | 64.89 | 0.82 | 0.44 |
| Hex | BD | CC | 14 | 7 | 0 | 5A | 14 | 41 | 52 | 2C |
| Octal | 275 | 314 | 24 | 7 | 0 | 132 | 24 | 101 | 122 | 54 |
| Binary | 10111101 | 11001100 | 10100 | 111 | 0 | 1011010 | 10100 | 1000001 | 1010010 | 101100 |
Color Harmonies of #BDCC14
Complementary color
Monochromatic Colors of #BDCC14
Black with #BDCC14
Text Example
Text Example
White with #BDCC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCC14; }
p { color: rgb(189,204,20); }
H1.HeaderClassName
{
color: #BDCC14;
}
.AnyTagClassName
{
color: #BDCC14;
}
</style>
background-color css
<style>
a { background-color: #BDCC14; }
a { background-color: rgb(189,204,20); }
div.DivClassName
{
background-color: #BDCC14;
}
.BgClassName
{
background-color: #BDCC14;
}
</style>
border-color css
<style>
span { border-color: #BDCC14; }
span { border-color: rgb(189,204,20); }
td.TdClassName
{
border-color: #BDCC14;
}
.TagClassName
{
border-color: #BDCC14;
}
</style>