Shades of Rio Grande #BCC814
Tints of Rio Grande #BCC814
RGB
CMYK
RGB Variations
Color information
#BCC814 (or 0xBCC814) is known color: Rio Grande. HEX triplet: BC, C8 and 14. RGB value is (188,200,20). Sum of RGB (Red+Green+Blue) = 188+200+20=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC814 is #4337EB. Grayscale: #B0B0B0. Windows color (decimal): -4405228 or 1362108. OLE color: 1362108.
HSL color Cylindrical-coordinate representation of color #BCC814: hue angle of 64º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCC814 is Cyan = 0.06, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
RGB | 188 | 200 | 20 | - |
CMYK | 0.06 | 0 | 0.9 | 0.22 |
HSL | 64º | 0.82% | 0.43% | - |
HSV(B) | 64º | 0.9% | 0.78% | - |
XYZ | 41.52 | 52.05 | 8.52 | - |
YUV | 175.89 | 40.02 | 136.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 200 | 20 | 0.06 | 0 | 0.9 | 0.22 | 64 | 0.82 | 0.43 |
Hex | BC | C8 | 14 | 6 | 0 | 5A | 16 | 40 | 52 | 2B |
Octal | 274 | 310 | 24 | 6 | 0 | 132 | 26 | 100 | 122 | 53 |
Binary | 10111100 | 11001000 | 10100 | 110 | 0 | 1011010 | 10110 | 1000000 | 1010010 | 101011 |
Color Harmonies of #BCC814
Complementary color
Monochromatic Colors of #BCC814
Black with #BCC814
Text Example
Text Example
White with #BCC814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC814; }
p { color: rgb(188,200,20); }
H1.HeaderClassName
{
color: #BCC814;
}
.AnyTagClassName
{
color: #BCC814;
}
</style>
background-color css
<style>
a { background-color: #BCC814; }
a { background-color: rgb(188,200,20); }
div.DivClassName
{
background-color: #BCC814;
}
.BgClassName
{
background-color: #BCC814;
}
</style>
border-color css
<style>
span { border-color: #BCC814; }
span { border-color: rgb(188,200,20); }
td.TdClassName
{
border-color: #BCC814;
}
.TagClassName
{
border-color: #BCC814;
}
</style>