Shades of Rio Grande #BDBF2A
Tints of Rio Grande #BDBF2A
RGB
CMYK
RGB Variations
Color information
#BDBF2A (or 0xBDBF2A) is known color: Rio Grande. HEX triplet: BD, BF and 2A. RGB value is (189,191,42). Sum of RGB (Red+Green+Blue) = 189+191+42=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 42 (16.80% from 255 or 9.95% from 422); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBF2A is #4240D5. Grayscale: #AEAEAE. Windows color (decimal): -4341974 or 2801597. OLE color: 2801597.
HSL color Cylindrical-coordinate representation of color #BDBF2A: hue angle of 60.81º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDBF2A is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 191 | 42 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.25 |
| HSL | 60.81º | 0.64% | 0.46% | - |
| HSV(B) | 60.81º | 0.78% | 0.75% | - |
| XYZ | 40.03 | 48.25 | 9.39 | - |
| YUV | 173.42 | 53.84 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 191 | 42 | 0.01 | 0 | 0.78 | 0.25 | 60.81 | 0.64 | 0.46 |
| Hex | BD | BF | 2A | 1 | 0 | 4E | 19 | 3D | 40 | 2E |
| Octal | 275 | 277 | 52 | 1 | 0 | 116 | 31 | 75 | 100 | 56 |
| Binary | 10111101 | 10111111 | 101010 | 1 | 0 | 1001110 | 11001 | 111101 | 1000000 | 101110 |
Color Harmonies of #BDBF2A
Complementary color
Monochromatic Colors of #BDBF2A
Black with #BDBF2A
Text Example
Text Example
White with #BDBF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBF2A; }
p { color: rgb(189,191,42); }
H1.HeaderClassName
{
color: #BDBF2A;
}
.AnyTagClassName
{
color: #BDBF2A;
}
</style>
background-color css
<style>
a { background-color: #BDBF2A; }
a { background-color: rgb(189,191,42); }
div.DivClassName
{
background-color: #BDBF2A;
}
.BgClassName
{
background-color: #BDBF2A;
}
</style>
border-color css
<style>
span { border-color: #BDBF2A; }
span { border-color: rgb(189,191,42); }
td.TdClassName
{
border-color: #BDBF2A;
}
.TagClassName
{
border-color: #BDBF2A;
}
</style>