Shades of Rio Grande #BDC724
Tints of Rio Grande #BDC724
RGB
CMYK
RGB Variations
Color information
#BDC724 (or 0xBDC724) is known color: Rio Grande. HEX triplet: BD, C7 and 24. RGB value is (189,199,36). Sum of RGB (Red+Green+Blue) = 189+199+36=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 199 (78.12% from 255 or 46.93% from 424); Blue value is 36 (14.45% from 255 or 8.49% from 424); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC724 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC724 is #4238DB. Grayscale: #B2B2B2. Windows color (decimal): -4339932 or 2410429. OLE color: 2410429.
HSL color Cylindrical-coordinate representation of color #BDC724: hue angle of 63.68º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDC724 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 36 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.22 |
| HSL | 63.68º | 0.69% | 0.46% | - |
| HSV(B) | 63.68º | 0.82% | 0.78% | - |
| XYZ | 41.73 | 51.79 | 9.47 | - |
| YUV | 177.43 | 48.19 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 36 | 0.05 | 0 | 0.82 | 0.22 | 63.68 | 0.69 | 0.46 |
| Hex | BD | C7 | 24 | 5 | 0 | 52 | 16 | 40 | 45 | 2E |
| Octal | 275 | 307 | 44 | 5 | 0 | 122 | 26 | 100 | 105 | 56 |
| Binary | 10111101 | 11000111 | 100100 | 101 | 0 | 1010010 | 10110 | 1000000 | 1000101 | 101110 |
Color Harmonies of #BDC724
Complementary color
Monochromatic Colors of #BDC724
Black with #BDC724
Text Example
Text Example
White with #BDC724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC724; }
p { color: rgb(189,199,36); }
H1.HeaderClassName
{
color: #BDC724;
}
.AnyTagClassName
{
color: #BDC724;
}
</style>
background-color css
<style>
a { background-color: #BDC724; }
a { background-color: rgb(189,199,36); }
div.DivClassName
{
background-color: #BDC724;
}
.BgClassName
{
background-color: #BDC724;
}
</style>
border-color css
<style>
span { border-color: #BDC724; }
span { border-color: rgb(189,199,36); }
td.TdClassName
{
border-color: #BDC724;
}
.TagClassName
{
border-color: #BDC724;
}
</style>