Shades of Fuego #BCCC34
Tints of Fuego #BCCC34
RGB
CMYK
RGB Variations
Color information
#BCCC34 (or 0xBCCC34) is known color: Fuego. HEX triplet: BC, CC and 34. RGB value is (188,204,52). Sum of RGB (Red+Green+Blue) = 188+204+52=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 52 (20.70% from 255 or 11.71% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCC34 is #4333CB. Grayscale: #B6B6B6. Windows color (decimal): -4404172 or 3460284. OLE color: 3460284.
HSL color Cylindrical-coordinate representation of color #BCCC34: hue angle of 66.32º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCCC34 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 52 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.2 |
| HSL | 66.32º | 0.6% | 0.5% | - |
| HSV(B) | 66.32º | 0.75% | 0.8% | - |
| XYZ | 42.95 | 54.13 | 11.43 | - |
| YUV | 181.89 | 54.7 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 52 | 0.08 | 0 | 0.75 | 0.2 | 66.32 | 0.6 | 0.5 |
| Hex | BC | CC | 34 | 8 | 0 | 4B | 14 | 42 | 3C | 32 |
| Octal | 274 | 314 | 64 | 10 | 0 | 113 | 24 | 102 | 74 | 62 |
| Binary | 10111100 | 11001100 | 110100 | 1000 | 0 | 1001011 | 10100 | 1000010 | 111100 | 110010 |
Color Harmonies of #BCCC34
Complementary color
Monochromatic Colors of #BCCC34
Black with #BCCC34
Text Example
Text Example
White with #BCCC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC34; }
p { color: rgb(188,204,52); }
H1.HeaderClassName
{
color: #BCCC34;
}
.AnyTagClassName
{
color: #BCCC34;
}
</style>
background-color css
<style>
a { background-color: #BCCC34; }
a { background-color: rgb(188,204,52); }
div.DivClassName
{
background-color: #BCCC34;
}
.BgClassName
{
background-color: #BCCC34;
}
</style>
border-color css
<style>
span { border-color: #BCCC34; }
span { border-color: rgb(188,204,52); }
td.TdClassName
{
border-color: #BCCC34;
}
.TagClassName
{
border-color: #BCCC34;
}
</style>