Shades of Fuego #BCCD39
Tints of Fuego #BCCD39
RGB
CMYK
RGB Variations
Color information
#BCCD39 (or 0xBCCD39) is known color: Fuego. HEX triplet: BC, CD and 39. RGB value is (188,205,57). Sum of RGB (Red+Green+Blue) = 188+205+57=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 57 (22.66% from 255 or 12.67% from 450); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD39 is #4332C6. Grayscale: #B7B7B7. Windows color (decimal): -4403911 or 3788220. OLE color: 3788220.
HSL color Cylindrical-coordinate representation of color #BCCD39: hue angle of 66.89º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCCD39 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 57 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.20 |
| HSL | 66.89º | 0.6% | 0.51% | - |
| HSV(B) | 66.89º | 0.72% | 0.8% | - |
| XYZ | 43.31 | 54.65 | 12.14 | - |
| YUV | 183.05 | 56.87 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 57 | 0.08 | 0 | 0.72 | 0.20 | 66.89 | 0.6 | 0.51 |
| Hex | BC | CD | 39 | 8 | 0 | 48 | 14 | 43 | 3C | 33 |
| Octal | 274 | 315 | 71 | 10 | 0 | 110 | 24 | 103 | 74 | 63 |
| Binary | 10111100 | 11001101 | 111001 | 1000 | 0 | 1001000 | 10100 | 1000011 | 111100 | 110011 |
Color Harmonies of #BCCD39
Complementary color
Monochromatic Colors of #BCCD39
Black with #BCCD39
Text Example
Text Example
White with #BCCD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD39; }
p { color: rgb(188,205,57); }
H1.HeaderClassName
{
color: #BCCD39;
}
.AnyTagClassName
{
color: #BCCD39;
}
</style>
background-color css
<style>
a { background-color: #BCCD39; }
a { background-color: rgb(188,205,57); }
div.DivClassName
{
background-color: #BCCD39;
}
.BgClassName
{
background-color: #BCCD39;
}
</style>
border-color css
<style>
span { border-color: #BCCD39; }
span { border-color: rgb(188,205,57); }
td.TdClassName
{
border-color: #BCCD39;
}
.TagClassName
{
border-color: #BCCD39;
}
</style>