Shades of Rio Grande #BDCA22
Tints of Rio Grande #BDCA22
RGB
CMYK
RGB Variations
Color information
#BDCA22 (or 0xBDCA22) is known color: Rio Grande. HEX triplet: BD, CA and 22. RGB value is (189,202,34). Sum of RGB (Red+Green+Blue) = 189+202+34=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 34 (13.67% from 255 or 8% from 425); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCA22 is #4235DD. Grayscale: #B3B3B3. Windows color (decimal): -4339166 or 2280125. OLE color: 2280125.
HSL color Cylindrical-coordinate representation of color #BDCA22: hue angle of 64.64º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDCA22 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 202 | 34 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.21 |
| HSL | 64.64º | 0.71% | 0.46% | - |
| HSV(B) | 64.64º | 0.83% | 0.79% | - |
| XYZ | 42.4 | 53.18 | 9.54 | - |
| YUV | 178.96 | 46.19 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 202 | 34 | 0.06 | 0 | 0.83 | 0.21 | 64.64 | 0.71 | 0.46 |
| Hex | BD | CA | 22 | 6 | 0 | 53 | 15 | 41 | 47 | 2E |
| Octal | 275 | 312 | 42 | 6 | 0 | 123 | 25 | 101 | 107 | 56 |
| Binary | 10111101 | 11001010 | 100010 | 110 | 0 | 1010011 | 10101 | 1000001 | 1000111 | 101110 |
Color Harmonies of #BDCA22
Complementary color
Monochromatic Colors of #BDCA22
Black with #BDCA22
Text Example
Text Example
White with #BDCA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCA22; }
p { color: rgb(189,202,34); }
H1.HeaderClassName
{
color: #BDCA22;
}
.AnyTagClassName
{
color: #BDCA22;
}
</style>
background-color css
<style>
a { background-color: #BDCA22; }
a { background-color: rgb(189,202,34); }
div.DivClassName
{
background-color: #BDCA22;
}
.BgClassName
{
background-color: #BDCA22;
}
</style>
border-color css
<style>
span { border-color: #BDCA22; }
span { border-color: rgb(189,202,34); }
td.TdClassName
{
border-color: #BDCA22;
}
.TagClassName
{
border-color: #BDCA22;
}
</style>