Shades of Rio Grande #BDC727
Tints of Rio Grande #BDC727
RGB
CMYK
RGB Variations
Color information
#BDC727 (or 0xBDC727) is known color: Rio Grande. HEX triplet: BD, C7 and 27. RGB value is (189,199,39). Sum of RGB (Red+Green+Blue) = 189+199+39=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 199 (78.12% from 255 or 46.60% from 427); Blue value is 39 (15.62% from 255 or 9.13% from 427); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC727 is #4238D8. Grayscale: #B2B2B2. Windows color (decimal): -4339929 or 2607037. OLE color: 2607037.
HSL color Cylindrical-coordinate representation of color #BDC727: hue angle of 63.75º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDC727 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 39 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.22 |
| HSL | 63.75º | 0.67% | 0.47% | - |
| HSV(B) | 63.75º | 0.8% | 0.78% | - |
| XYZ | 41.78 | 51.81 | 9.72 | - |
| YUV | 177.77 | 49.69 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 39 | 0.05 | 0 | 0.80 | 0.22 | 63.75 | 0.67 | 0.47 |
| Hex | BD | C7 | 27 | 5 | 0 | 50 | 16 | 40 | 43 | 2F |
| Octal | 275 | 307 | 47 | 5 | 0 | 120 | 26 | 100 | 103 | 57 |
| Binary | 10111101 | 11000111 | 100111 | 101 | 0 | 1010000 | 10110 | 1000000 | 1000011 | 101111 |
Color Harmonies of #BDC727
Complementary color
Monochromatic Colors of #BDC727
Black with #BDC727
Text Example
Text Example
White with #BDC727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC727; }
p { color: rgb(189,199,39); }
H1.HeaderClassName
{
color: #BDC727;
}
.AnyTagClassName
{
color: #BDC727;
}
</style>
background-color css
<style>
a { background-color: #BDC727; }
a { background-color: rgb(189,199,39); }
div.DivClassName
{
background-color: #BDC727;
}
.BgClassName
{
background-color: #BDC727;
}
</style>
border-color css
<style>
span { border-color: #BDC727; }
span { border-color: rgb(189,199,39); }
td.TdClassName
{
border-color: #BDC727;
}
.TagClassName
{
border-color: #BDC727;
}
</style>