Shades of Fuego #BCCC28
Tints of Fuego #BCCC28
RGB
CMYK
RGB Variations
Color information
#BCCC28 (or 0xBCCC28) is known color: Fuego. HEX triplet: BC, CC and 28. RGB value is (188,204,40). Sum of RGB (Red+Green+Blue) = 188+204+40=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 40 (16.02% from 255 or 9.26% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCC28 is #4333D7. Grayscale: #B5B5B5. Windows color (decimal): -4404184 or 2673852. OLE color: 2673852.
HSL color Cylindrical-coordinate representation of color #BCCC28: hue angle of 65.85º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCCC28 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 40 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.2 |
| HSL | 65.85º | 0.67% | 0.48% | - |
| HSV(B) | 65.85º | 0.8% | 0.8% | - |
| XYZ | 42.71 | 54.03 | 10.19 | - |
| YUV | 180.52 | 48.7 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 40 | 0.08 | 0 | 0.80 | 0.2 | 65.85 | 0.67 | 0.48 |
| Hex | BC | CC | 28 | 8 | 0 | 50 | 14 | 42 | 43 | 30 |
| Octal | 274 | 314 | 50 | 10 | 0 | 120 | 24 | 102 | 103 | 60 |
| Binary | 10111100 | 11001100 | 101000 | 1000 | 0 | 1010000 | 10100 | 1000010 | 1000011 | 110000 |
Color Harmonies of #BCCC28
Complementary color
Monochromatic Colors of #BCCC28
Black with #BCCC28
Text Example
Text Example
White with #BCCC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC28; }
p { color: rgb(188,204,40); }
H1.HeaderClassName
{
color: #BCCC28;
}
.AnyTagClassName
{
color: #BCCC28;
}
</style>
background-color css
<style>
a { background-color: #BCCC28; }
a { background-color: rgb(188,204,40); }
div.DivClassName
{
background-color: #BCCC28;
}
.BgClassName
{
background-color: #BCCC28;
}
</style>
border-color css
<style>
span { border-color: #BCCC28; }
span { border-color: rgb(188,204,40); }
td.TdClassName
{
border-color: #BCCC28;
}
.TagClassName
{
border-color: #BCCC28;
}
</style>