Shades of Rio Grande #BCCD18
Tints of Rio Grande #BCCD18
RGB
CMYK
RGB Variations
Color information
#BCCD18 (or 0xBCCD18) is known color: Rio Grande. HEX triplet: BC, CD and 18. RGB value is (188,205,24). Sum of RGB (Red+Green+Blue) = 188+205+24=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 24 (9.77% from 255 or 5.76% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCD18 is #4332E7. Grayscale: #B3B3B3. Windows color (decimal): -4403944 or 1625532. OLE color: 1625532.
HSL color Cylindrical-coordinate representation of color #BCCD18: hue angle of 65.64º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCCD18 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 24 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.20 |
| HSL | 65.64º | 0.79% | 0.45% | - |
| HSV(B) | 65.64º | 0.88% | 0.8% | - |
| XYZ | 42.74 | 54.42 | 9.12 | - |
| YUV | 179.28 | 40.37 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 24 | 0.08 | 0 | 0.88 | 0.20 | 65.64 | 0.79 | 0.45 |
| Hex | BC | CD | 18 | 8 | 0 | 58 | 14 | 42 | 4F | 2D |
| Octal | 274 | 315 | 30 | 10 | 0 | 130 | 24 | 102 | 117 | 55 |
| Binary | 10111100 | 11001101 | 11000 | 1000 | 0 | 1011000 | 10100 | 1000010 | 1001111 | 101101 |
Color Harmonies of #BCCD18
Complementary color
Monochromatic Colors of #BCCD18
Black with #BCCD18
Text Example
Text Example
White with #BCCD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD18; }
p { color: rgb(188,205,24); }
H1.HeaderClassName
{
color: #BCCD18;
}
.AnyTagClassName
{
color: #BCCD18;
}
</style>
background-color css
<style>
a { background-color: #BCCD18; }
a { background-color: rgb(188,205,24); }
div.DivClassName
{
background-color: #BCCD18;
}
.BgClassName
{
background-color: #BCCD18;
}
</style>
border-color css
<style>
span { border-color: #BCCD18; }
span { border-color: rgb(188,205,24); }
td.TdClassName
{
border-color: #BCCD18;
}
.TagClassName
{
border-color: #BCCD18;
}
</style>