Shades of Rio Grande #BDC618
Tints of Rio Grande #BDC618
RGB
CMYK
RGB Variations
Color information
#BDC618 (or 0xBDC618) is known color: Rio Grande. HEX triplet: BD, C6 and 18. RGB value is (189,198,24). Sum of RGB (Red+Green+Blue) = 189+198+24=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 198 (77.73% from 255 or 48.18% from 411); Blue value is 24 (9.77% from 255 or 5.84% from 411); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC618 is #4239E7. Grayscale: #B0B0B0. Windows color (decimal): -4340200 or 1623741. OLE color: 1623741.
HSL color Cylindrical-coordinate representation of color #BDC618: hue angle of 63.1º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDC618 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 24 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.22 |
| HSL | 63.1º | 0.78% | 0.44% | - |
| HSV(B) | 63.1º | 0.88% | 0.78% | - |
| XYZ | 41.35 | 51.27 | 8.58 | - |
| YUV | 175.47 | 42.52 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 24 | 0.05 | 0 | 0.88 | 0.22 | 63.1 | 0.78 | 0.44 |
| Hex | BD | C6 | 18 | 5 | 0 | 58 | 16 | 3F | 4E | 2C |
| Octal | 275 | 306 | 30 | 5 | 0 | 130 | 26 | 77 | 116 | 54 |
| Binary | 10111101 | 11000110 | 11000 | 101 | 0 | 1011000 | 10110 | 111111 | 1001110 | 101100 |
Color Harmonies of #BDC618
Complementary color
Monochromatic Colors of #BDC618
Black with #BDC618
Text Example
Text Example
White with #BDC618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC618; }
p { color: rgb(189,198,24); }
H1.HeaderClassName
{
color: #BDC618;
}
.AnyTagClassName
{
color: #BDC618;
}
</style>
background-color css
<style>
a { background-color: #BDC618; }
a { background-color: rgb(189,198,24); }
div.DivClassName
{
background-color: #BDC618;
}
.BgClassName
{
background-color: #BDC618;
}
</style>
border-color css
<style>
span { border-color: #BDC618; }
span { border-color: rgb(189,198,24); }
td.TdClassName
{
border-color: #BDC618;
}
.TagClassName
{
border-color: #BDC618;
}
</style>