Shades of Rio Grande #BDC32C
Tints of Rio Grande #BDC32C
RGB
CMYK
RGB Variations
Color information
#BDC32C (or 0xBDC32C) is known color: Rio Grande. HEX triplet: BD, C3 and 2C. RGB value is (189,195,44). Sum of RGB (Red+Green+Blue) = 189+195+44=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 44 (17.58% from 255 or 10.28% from 428); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC32C is #423CD3. Grayscale: #B0B0B0. Windows color (decimal): -4340948 or 2933693. OLE color: 2933693.
HSL color Cylindrical-coordinate representation of color #BDC32C: hue angle of 62.38º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDC32C is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 44 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.24 |
| HSL | 62.38º | 0.63% | 0.47% | - |
| HSV(B) | 62.38º | 0.77% | 0.76% | - |
| XYZ | 40.96 | 50.03 | 9.88 | - |
| YUV | 175.99 | 53.51 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 44 | 0.03 | 0 | 0.77 | 0.24 | 62.38 | 0.63 | 0.47 |
| Hex | BD | C3 | 2C | 3 | 0 | 4D | 18 | 3E | 3F | 2F |
| Octal | 275 | 303 | 54 | 3 | 0 | 115 | 30 | 76 | 77 | 57 |
| Binary | 10111101 | 11000011 | 101100 | 11 | 0 | 1001101 | 11000 | 111110 | 111111 | 101111 |
Color Harmonies of #BDC32C
Complementary color
Monochromatic Colors of #BDC32C
Black with #BDC32C
Text Example
Text Example
White with #BDC32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC32C; }
p { color: rgb(189,195,44); }
H1.HeaderClassName
{
color: #BDC32C;
}
.AnyTagClassName
{
color: #BDC32C;
}
</style>
background-color css
<style>
a { background-color: #BDC32C; }
a { background-color: rgb(189,195,44); }
div.DivClassName
{
background-color: #BDC32C;
}
.BgClassName
{
background-color: #BDC32C;
}
</style>
border-color css
<style>
span { border-color: #BDC32C; }
span { border-color: rgb(189,195,44); }
td.TdClassName
{
border-color: #BDC32C;
}
.TagClassName
{
border-color: #BDC32C;
}
</style>