Shades of Fuego #BCCD2E
Tints of Fuego #BCCD2E
RGB
CMYK
RGB Variations
Color information
#BCCD2E (or 0xBCCD2E) is known color: Fuego. HEX triplet: BC, CD and 2E. RGB value is (188,205,46). Sum of RGB (Red+Green+Blue) = 188+205+46=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 46 (18.36% from 255 or 10.48% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD2E is #4332D1. Grayscale: #B6B6B6. Windows color (decimal): -4403922 or 3067324. OLE color: 3067324.
HSL color Cylindrical-coordinate representation of color #BCCD2E: hue angle of 66.42º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCCD2E is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 46 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.20 |
| HSL | 66.42º | 0.63% | 0.49% | - |
| HSV(B) | 66.42º | 0.78% | 0.8% | - |
| XYZ | 43.06 | 54.55 | 10.84 | - |
| YUV | 181.79 | 51.37 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 46 | 0.08 | 0 | 0.78 | 0.20 | 66.42 | 0.63 | 0.49 |
| Hex | BC | CD | 2E | 8 | 0 | 4E | 14 | 42 | 3F | 31 |
| Octal | 274 | 315 | 56 | 10 | 0 | 116 | 24 | 102 | 77 | 61 |
| Binary | 10111100 | 11001101 | 101110 | 1000 | 0 | 1001110 | 10100 | 1000010 | 111111 | 110001 |
Color Harmonies of #BCCD2E
Complementary color
Monochromatic Colors of #BCCD2E
Black with #BCCD2E
Text Example
Text Example
White with #BCCD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD2E; }
p { color: rgb(188,205,46); }
H1.HeaderClassName
{
color: #BCCD2E;
}
.AnyTagClassName
{
color: #BCCD2E;
}
</style>
background-color css
<style>
a { background-color: #BCCD2E; }
a { background-color: rgb(188,205,46); }
div.DivClassName
{
background-color: #BCCD2E;
}
.BgClassName
{
background-color: #BCCD2E;
}
</style>
border-color css
<style>
span { border-color: #BCCD2E; }
span { border-color: rgb(188,205,46); }
td.TdClassName
{
border-color: #BCCD2E;
}
.TagClassName
{
border-color: #BCCD2E;
}
</style>