Shades of Fuego #BCCE2B
Tints of Fuego #BCCE2B
RGB
CMYK
RGB Variations
Color information
#BCCE2B (or 0xBCCE2B) is known color: Fuego. HEX triplet: BC, CE and 2B. RGB value is (188,206,43). Sum of RGB (Red+Green+Blue) = 188+206+43=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 43 (17.19% from 255 or 9.84% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCE2B is #4331D4. Grayscale: #B6B6B6. Windows color (decimal): -4403669 or 2870972. OLE color: 2870972.
HSL color Cylindrical-coordinate representation of color #BCCE2B: hue angle of 66.63º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCCE2B is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 43 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.19 |
| HSL | 66.63º | 0.65% | 0.49% | - |
| HSV(B) | 66.63º | 0.79% | 0.81% | - |
| XYZ | 43.25 | 55.01 | 10.62 | - |
| YUV | 182.04 | 49.54 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 43 | 0.09 | 0 | 0.79 | 0.19 | 66.63 | 0.65 | 0.49 |
| Hex | BC | CE | 2B | 9 | 0 | 4F | 13 | 43 | 41 | 31 |
| Octal | 274 | 316 | 53 | 11 | 0 | 117 | 23 | 103 | 101 | 61 |
| Binary | 10111100 | 11001110 | 101011 | 1001 | 0 | 1001111 | 10011 | 1000011 | 1000001 | 110001 |
Color Harmonies of #BCCE2B
Complementary color
Monochromatic Colors of #BCCE2B
Black with #BCCE2B
Text Example
Text Example
White with #BCCE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCE2B; }
p { color: rgb(188,206,43); }
H1.HeaderClassName
{
color: #BCCE2B;
}
.AnyTagClassName
{
color: #BCCE2B;
}
</style>
background-color css
<style>
a { background-color: #BCCE2B; }
a { background-color: rgb(188,206,43); }
div.DivClassName
{
background-color: #BCCE2B;
}
.BgClassName
{
background-color: #BCCE2B;
}
</style>
border-color css
<style>
span { border-color: #BCCE2B; }
span { border-color: rgb(188,206,43); }
td.TdClassName
{
border-color: #BCCE2B;
}
.TagClassName
{
border-color: #BCCE2B;
}
</style>