Shades of Fuego #BCCD36
Tints of Fuego #BCCD36
RGB
CMYK
RGB Variations
Color information
#BCCD36 (or 0xBCCD36) is known color: Fuego. HEX triplet: BC, CD and 36. RGB value is (188,205,54). Sum of RGB (Red+Green+Blue) = 188+205+54=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 54 (21.48% from 255 or 12.08% from 447); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD36 is #4332C9. Grayscale: #B7B7B7. Windows color (decimal): -4403914 or 3591612. OLE color: 3591612.
HSL color Cylindrical-coordinate representation of color #BCCD36: hue angle of 66.75º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCCD36 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 54 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.20 |
| HSL | 66.75º | 0.6% | 0.51% | - |
| HSV(B) | 66.75º | 0.74% | 0.8% | - |
| XYZ | 43.24 | 54.62 | 11.75 | - |
| YUV | 182.7 | 55.37 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 54 | 0.08 | 0 | 0.74 | 0.20 | 66.75 | 0.6 | 0.51 |
| Hex | BC | CD | 36 | 8 | 0 | 4A | 14 | 43 | 3C | 33 |
| Octal | 274 | 315 | 66 | 10 | 0 | 112 | 24 | 103 | 74 | 63 |
| Binary | 10111100 | 11001101 | 110110 | 1000 | 0 | 1001010 | 10100 | 1000011 | 111100 | 110011 |
Color Harmonies of #BCCD36
Complementary color
Monochromatic Colors of #BCCD36
Black with #BCCD36
Text Example
Text Example
White with #BCCD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD36; }
p { color: rgb(188,205,54); }
H1.HeaderClassName
{
color: #BCCD36;
}
.AnyTagClassName
{
color: #BCCD36;
}
</style>
background-color css
<style>
a { background-color: #BCCD36; }
a { background-color: rgb(188,205,54); }
div.DivClassName
{
background-color: #BCCD36;
}
.BgClassName
{
background-color: #BCCD36;
}
</style>
border-color css
<style>
span { border-color: #BCCD36; }
span { border-color: rgb(188,205,54); }
td.TdClassName
{
border-color: #BCCD36;
}
.TagClassName
{
border-color: #BCCD36;
}
</style>