Shades of Rio Grande #BDD21A
Tints of Rio Grande #BDD21A
RGB
CMYK
RGB Variations
Color information
#BDD21A (or 0xBDD21A) is known color: Rio Grande. HEX triplet: BD, D2 and 1A. RGB value is (189,210,26). Sum of RGB (Red+Green+Blue) = 189+210+26=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 26 (10.55% from 255 or 6.12% from 425); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD21A is #422DE5. Grayscale: #B7B7B7. Windows color (decimal): -4337126 or 1757885. OLE color: 1757885.
HSL color Cylindrical-coordinate representation of color #BDD21A: hue angle of 66.85º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDD21A is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 26 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.18 |
| HSL | 66.85º | 0.78% | 0.46% | - |
| HSV(B) | 66.85º | 0.88% | 0.82% | - |
| XYZ | 44.22 | 56.99 | 9.65 | - |
| YUV | 182.75 | 39.54 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 26 | 0.10 | 0 | 0.88 | 0.18 | 66.85 | 0.78 | 0.46 |
| Hex | BD | D2 | 1A | A | 0 | 58 | 12 | 43 | 4E | 2E |
| Octal | 275 | 322 | 32 | 12 | 0 | 130 | 22 | 103 | 116 | 56 |
| Binary | 10111101 | 11010010 | 11010 | 1010 | 0 | 1011000 | 10010 | 1000011 | 1001110 | 101110 |
Color Harmonies of #BDD21A
Complementary color
Monochromatic Colors of #BDD21A
Black with #BDD21A
Text Example
Text Example
White with #BDD21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD21A; }
p { color: rgb(189,210,26); }
H1.HeaderClassName
{
color: #BDD21A;
}
.AnyTagClassName
{
color: #BDD21A;
}
</style>
background-color css
<style>
a { background-color: #BDD21A; }
a { background-color: rgb(189,210,26); }
div.DivClassName
{
background-color: #BDD21A;
}
.BgClassName
{
background-color: #BDD21A;
}
</style>
border-color css
<style>
span { border-color: #BDD21A; }
span { border-color: rgb(189,210,26); }
td.TdClassName
{
border-color: #BDD21A;
}
.TagClassName
{
border-color: #BDD21A;
}
</style>