Shades of Rio Grande #BDBC21
Tints of Rio Grande #BDBC21
RGB
CMYK
RGB Variations
Color information
#BDBC21 (or 0xBDBC21) is known color: Rio Grande. HEX triplet: BD, BC and 21. RGB value is (189,188,33). Sum of RGB (Red+Green+Blue) = 189+188+33=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 33 (13.28% from 255 or 8.05% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBC21 is #4243DE. Grayscale: #ABABAB. Windows color (decimal): -4342751 or 2211005. OLE color: 2211005.
HSL color Cylindrical-coordinate representation of color #BDBC21: hue angle of 59.62º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDBC21 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 33 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.26 |
| HSL | 59.62º | 0.7% | 0.44% | - |
| HSV(B) | 59.62º | 0.83% | 0.74% | - |
| XYZ | 39.24 | 46.9 | 8.42 | - |
| YUV | 170.63 | 50.33 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 33 | 0 | 0.01 | 0.83 | 0.26 | 59.62 | 0.7 | 0.44 |
| Hex | BD | BC | 21 | 0 | 1 | 53 | 1A | 3C | 46 | 2C |
| Octal | 275 | 274 | 41 | 0 | 1 | 123 | 32 | 74 | 106 | 54 |
| Binary | 10111101 | 10111100 | 100001 | 0 | 1 | 1010011 | 11010 | 111100 | 1000110 | 101100 |
Color Harmonies of #BDBC21
Complementary color
Monochromatic Colors of #BDBC21
Black with #BDBC21
Text Example
Text Example
White with #BDBC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC21; }
p { color: rgb(189,188,33); }
H1.HeaderClassName
{
color: #BDBC21;
}
.AnyTagClassName
{
color: #BDBC21;
}
</style>
background-color css
<style>
a { background-color: #BDBC21; }
a { background-color: rgb(189,188,33); }
div.DivClassName
{
background-color: #BDBC21;
}
.BgClassName
{
background-color: #BDBC21;
}
</style>
border-color css
<style>
span { border-color: #BDBC21; }
span { border-color: rgb(189,188,33); }
td.TdClassName
{
border-color: #BDBC21;
}
.TagClassName
{
border-color: #BDBC21;
}
</style>