Shades of Rio Grande #BDC128
Tints of Rio Grande #BDC128
RGB
CMYK
RGB Variations
Color information
#BDC128 (or 0xBDC128) is known color: Rio Grande. HEX triplet: BD, C1 and 28. RGB value is (189,193,40). Sum of RGB (Red+Green+Blue) = 189+193+40=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 40 (16.02% from 255 or 9.48% from 422); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC128 is #423ED7. Grayscale: #AEAEAE. Windows color (decimal): -4341464 or 2671037. OLE color: 2671037.
HSL color Cylindrical-coordinate representation of color #BDC128: hue angle of 61.57º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDC128 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 40 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.24 |
| HSL | 61.57º | 0.66% | 0.46% | - |
| HSV(B) | 61.57º | 0.79% | 0.76% | - |
| XYZ | 40.44 | 49.11 | 9.36 | - |
| YUV | 174.36 | 52.17 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 40 | 0.02 | 0 | 0.79 | 0.24 | 61.57 | 0.66 | 0.46 |
| Hex | BD | C1 | 28 | 2 | 0 | 4F | 18 | 3E | 42 | 2E |
| Octal | 275 | 301 | 50 | 2 | 0 | 117 | 30 | 76 | 102 | 56 |
| Binary | 10111101 | 11000001 | 101000 | 10 | 0 | 1001111 | 11000 | 111110 | 1000010 | 101110 |
Color Harmonies of #BDC128
Complementary color
Monochromatic Colors of #BDC128
Black with #BDC128
Text Example
Text Example
White with #BDC128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC128; }
p { color: rgb(189,193,40); }
H1.HeaderClassName
{
color: #BDC128;
}
.AnyTagClassName
{
color: #BDC128;
}
</style>
background-color css
<style>
a { background-color: #BDC128; }
a { background-color: rgb(189,193,40); }
div.DivClassName
{
background-color: #BDC128;
}
.BgClassName
{
background-color: #BDC128;
}
</style>
border-color css
<style>
span { border-color: #BDC128; }
span { border-color: rgb(189,193,40); }
td.TdClassName
{
border-color: #BDC128;
}
.TagClassName
{
border-color: #BDC128;
}
</style>