Shades of Rio Grande #BDD01B
Tints of Rio Grande #BDD01B
RGB
CMYK
RGB Variations
Color information
#BDD01B (or 0xBDD01B) is known color: Rio Grande. HEX triplet: BD, D0 and 1B. RGB value is (189,208,27). Sum of RGB (Red+Green+Blue) = 189+208+27=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 208 (81.64% from 255 or 49.06% from 424); Blue value is 27 (10.94% from 255 or 6.37% from 424); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD01B is #422FE4. Grayscale: #B6B6B6. Windows color (decimal): -4337637 or 1822909. OLE color: 1822909.
HSL color Cylindrical-coordinate representation of color #BDD01B: hue angle of 66.3º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDD01B is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 27 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.18 |
| HSL | 66.3º | 0.77% | 0.46% | - |
| HSV(B) | 66.3º | 0.87% | 0.82% | - |
| XYZ | 43.74 | 56.01 | 9.54 | - |
| YUV | 181.69 | 40.71 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 27 | 0.09 | 0 | 0.87 | 0.18 | 66.3 | 0.77 | 0.46 |
| Hex | BD | D0 | 1B | 9 | 0 | 57 | 12 | 42 | 4D | 2E |
| Octal | 275 | 320 | 33 | 11 | 0 | 127 | 22 | 102 | 115 | 56 |
| Binary | 10111101 | 11010000 | 11011 | 1001 | 0 | 1010111 | 10010 | 1000010 | 1001101 | 101110 |
Color Harmonies of #BDD01B
Complementary color
Monochromatic Colors of #BDD01B
Black with #BDD01B
Text Example
Text Example
White with #BDD01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD01B; }
p { color: rgb(189,208,27); }
H1.HeaderClassName
{
color: #BDD01B;
}
.AnyTagClassName
{
color: #BDD01B;
}
</style>
background-color css
<style>
a { background-color: #BDD01B; }
a { background-color: rgb(189,208,27); }
div.DivClassName
{
background-color: #BDD01B;
}
.BgClassName
{
background-color: #BDD01B;
}
</style>
border-color css
<style>
span { border-color: #BDD01B; }
span { border-color: rgb(189,208,27); }
td.TdClassName
{
border-color: #BDD01B;
}
.TagClassName
{
border-color: #BDD01B;
}
</style>