Shades of Rio Grande #BDC81A
Tints of Rio Grande #BDC81A
RGB
CMYK
RGB Variations
Color information
#BDC81A (or 0xBDC81A) is known color: Rio Grande. HEX triplet: BD, C8 and 1A. RGB value is (189,200,26). Sum of RGB (Red+Green+Blue) = 189+200+26=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 200 (78.52% from 255 or 48.19% from 415); Blue value is 26 (10.55% from 255 or 6.27% from 415); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC81A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC81A is #4237E5. Grayscale: #B1B1B1. Windows color (decimal): -4339686 or 1755325. OLE color: 1755325.
HSL color Cylindrical-coordinate representation of color #BDC81A: hue angle of 63.79º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDC81A is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 26 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.22 |
| HSL | 63.79º | 0.77% | 0.44% | - |
| HSV(B) | 63.79º | 0.87% | 0.78% | - |
| XYZ | 41.83 | 52.2 | 8.85 | - |
| YUV | 176.88 | 42.86 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 26 | 0.06 | 0 | 0.87 | 0.22 | 63.79 | 0.77 | 0.44 |
| Hex | BD | C8 | 1A | 6 | 0 | 57 | 16 | 40 | 4D | 2C |
| Octal | 275 | 310 | 32 | 6 | 0 | 127 | 26 | 100 | 115 | 54 |
| Binary | 10111101 | 11001000 | 11010 | 110 | 0 | 1010111 | 10110 | 1000000 | 1001101 | 101100 |
Color Harmonies of #BDC81A
Complementary color
Monochromatic Colors of #BDC81A
Black with #BDC81A
Text Example
Text Example
White with #BDC81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC81A; }
p { color: rgb(189,200,26); }
H1.HeaderClassName
{
color: #BDC81A;
}
.AnyTagClassName
{
color: #BDC81A;
}
</style>
background-color css
<style>
a { background-color: #BDC81A; }
a { background-color: rgb(189,200,26); }
div.DivClassName
{
background-color: #BDC81A;
}
.BgClassName
{
background-color: #BDC81A;
}
</style>
border-color css
<style>
span { border-color: #BDC81A; }
span { border-color: rgb(189,200,26); }
td.TdClassName
{
border-color: #BDC81A;
}
.TagClassName
{
border-color: #BDC81A;
}
</style>