Shades of Rio Grande #BDBC26
Tints of Rio Grande #BDBC26
RGB
CMYK
RGB Variations
Color information
#BDBC26 (or 0xBDBC26) is known color: Rio Grande. HEX triplet: BD, BC and 26. RGB value is (189,188,38). Sum of RGB (Red+Green+Blue) = 189+188+38=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 38 (15.23% from 255 or 9.16% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBC26 is #4243D9. Grayscale: #ABABAB. Windows color (decimal): -4342746 or 2538685. OLE color: 2538685.
HSL color Cylindrical-coordinate representation of color #BDBC26: hue angle of 59.6º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDBC26 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 38 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.26 |
| HSL | 59.6º | 0.67% | 0.45% | - |
| HSV(B) | 59.6º | 0.8% | 0.74% | - |
| XYZ | 39.32 | 46.93 | 8.82 | - |
| YUV | 171.2 | 52.83 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 38 | 0 | 0.01 | 0.80 | 0.26 | 59.6 | 0.67 | 0.45 |
| Hex | BD | BC | 26 | 0 | 1 | 50 | 1A | 3C | 43 | 2D |
| Octal | 275 | 274 | 46 | 0 | 1 | 120 | 32 | 74 | 103 | 55 |
| Binary | 10111101 | 10111100 | 100110 | 0 | 1 | 1010000 | 11010 | 111100 | 1000011 | 101101 |
Color Harmonies of #BDBC26
Complementary color
Monochromatic Colors of #BDBC26
Black with #BDBC26
Text Example
Text Example
White with #BDBC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC26; }
p { color: rgb(189,188,38); }
H1.HeaderClassName
{
color: #BDBC26;
}
.AnyTagClassName
{
color: #BDBC26;
}
</style>
background-color css
<style>
a { background-color: #BDBC26; }
a { background-color: rgb(189,188,38); }
div.DivClassName
{
background-color: #BDBC26;
}
.BgClassName
{
background-color: #BDBC26;
}
</style>
border-color css
<style>
span { border-color: #BDBC26; }
span { border-color: rgb(189,188,38); }
td.TdClassName
{
border-color: #BDBC26;
}
.TagClassName
{
border-color: #BDBC26;
}
</style>