Shades of Rio Grande #BCCC12
Tints of Rio Grande #BCCC12
RGB
CMYK
RGB Variations
Color information
#BCCC12 (or 0xBCCC12) is known color: Rio Grande. HEX triplet: BC, CC and 12. RGB value is (188,204,18). Sum of RGB (Red+Green+Blue) = 188+204+18=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 18 (7.42% from 255 or 4.39% from 410); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCC12 is #4333ED. Grayscale: #B2B2B2. Windows color (decimal): -4404206 or 1232060. OLE color: 1232060.
HSL color Cylindrical-coordinate representation of color #BCCC12: hue angle of 65.16º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCCC12 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 18 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.2 |
| HSL | 65.16º | 0.84% | 0.44% | - |
| HSV(B) | 65.16º | 0.91% | 0.8% | - |
| XYZ | 42.44 | 53.92 | 8.74 | - |
| YUV | 178.01 | 37.7 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 18 | 0.08 | 0 | 0.91 | 0.2 | 65.16 | 0.84 | 0.44 |
| Hex | BC | CC | 12 | 8 | 0 | 5B | 14 | 41 | 54 | 2C |
| Octal | 274 | 314 | 22 | 10 | 0 | 133 | 24 | 101 | 124 | 54 |
| Binary | 10111100 | 11001100 | 10010 | 1000 | 0 | 1011011 | 10100 | 1000001 | 1010100 | 101100 |
Color Harmonies of #BCCC12
Complementary color
Monochromatic Colors of #BCCC12
Black with #BCCC12
Text Example
Text Example
White with #BCCC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC12; }
p { color: rgb(188,204,18); }
H1.HeaderClassName
{
color: #BCCC12;
}
.AnyTagClassName
{
color: #BCCC12;
}
</style>
background-color css
<style>
a { background-color: #BCCC12; }
a { background-color: rgb(188,204,18); }
div.DivClassName
{
background-color: #BCCC12;
}
.BgClassName
{
background-color: #BCCC12;
}
</style>
border-color css
<style>
span { border-color: #BCCC12; }
span { border-color: rgb(188,204,18); }
td.TdClassName
{
border-color: #BCCC12;
}
.TagClassName
{
border-color: #BCCC12;
}
</style>