Shades of Rio Grande #BCCC1F
Tints of Rio Grande #BCCC1F
RGB
CMYK
RGB Variations
Color information
#BCCC1F (or 0xBCCC1F) is known color: Rio Grande. HEX triplet: BC, CC and 1F. RGB value is (188,204,31). Sum of RGB (Red+Green+Blue) = 188+204+31=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 31 (12.5% from 255 or 7.33% from 423); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCC1F is #4333E0. Grayscale: #B4B4B4. Windows color (decimal): -4404193 or 2084028. OLE color: 2084028.
HSL color Cylindrical-coordinate representation of color #BCCC1F: hue angle of 65.55º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCCC1F is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 31 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.2 |
| HSL | 65.55º | 0.74% | 0.46% | - |
| HSV(B) | 65.55º | 0.85% | 0.8% | - |
| XYZ | 42.58 | 53.98 | 9.47 | - |
| YUV | 179.49 | 44.2 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 31 | 0.08 | 0 | 0.85 | 0.2 | 65.55 | 0.74 | 0.46 |
| Hex | BC | CC | 1F | 8 | 0 | 55 | 14 | 42 | 4A | 2E |
| Octal | 274 | 314 | 37 | 10 | 0 | 125 | 24 | 102 | 112 | 56 |
| Binary | 10111100 | 11001100 | 11111 | 1000 | 0 | 1010101 | 10100 | 1000010 | 1001010 | 101110 |
Color Harmonies of #BCCC1F
Complementary color
Monochromatic Colors of #BCCC1F
Black with #BCCC1F
Text Example
Text Example
White with #BCCC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC1F; }
p { color: rgb(188,204,31); }
H1.HeaderClassName
{
color: #BCCC1F;
}
.AnyTagClassName
{
color: #BCCC1F;
}
</style>
background-color css
<style>
a { background-color: #BCCC1F; }
a { background-color: rgb(188,204,31); }
div.DivClassName
{
background-color: #BCCC1F;
}
.BgClassName
{
background-color: #BCCC1F;
}
</style>
border-color css
<style>
span { border-color: #BCCC1F; }
span { border-color: rgb(188,204,31); }
td.TdClassName
{
border-color: #BCCC1F;
}
.TagClassName
{
border-color: #BCCC1F;
}
</style>