Shades of Fuego #BCCD33
Tints of Fuego #BCCD33
RGB
CMYK
RGB Variations
Color information
#BCCD33 (or 0xBCCD33) is known color: Fuego. HEX triplet: BC, CD and 33. RGB value is (188,205,51). Sum of RGB (Red+Green+Blue) = 188+205+51=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 51 (20.31% from 255 or 11.49% from 444); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD33 is #4332CC. Grayscale: #B6B6B6. Windows color (decimal): -4403917 or 3395004. OLE color: 3395004.
HSL color Cylindrical-coordinate representation of color #BCCD33: hue angle of 66.62º degrees, saturation: 0.61, 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 #BCCD33 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 51 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.20 |
| HSL | 66.62º | 0.61% | 0.5% | - |
| HSV(B) | 66.62º | 0.75% | 0.8% | - |
| XYZ | 43.17 | 54.59 | 11.39 | - |
| YUV | 182.36 | 53.87 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 51 | 0.08 | 0 | 0.75 | 0.20 | 66.62 | 0.61 | 0.5 |
| Hex | BC | CD | 33 | 8 | 0 | 4B | 14 | 43 | 3D | 32 |
| Octal | 274 | 315 | 63 | 10 | 0 | 113 | 24 | 103 | 75 | 62 |
| Binary | 10111100 | 11001101 | 110011 | 1000 | 0 | 1001011 | 10100 | 1000011 | 111101 | 110010 |
Color Harmonies of #BCCD33
Complementary color
Monochromatic Colors of #BCCD33
Black with #BCCD33
Text Example
Text Example
White with #BCCD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD33; }
p { color: rgb(188,205,51); }
H1.HeaderClassName
{
color: #BCCD33;
}
.AnyTagClassName
{
color: #BCCD33;
}
</style>
background-color css
<style>
a { background-color: #BCCD33; }
a { background-color: rgb(188,205,51); }
div.DivClassName
{
background-color: #BCCD33;
}
.BgClassName
{
background-color: #BCCD33;
}
</style>
border-color css
<style>
span { border-color: #BCCD33; }
span { border-color: rgb(188,205,51); }
td.TdClassName
{
border-color: #BCCD33;
}
.TagClassName
{
border-color: #BCCD33;
}
</style>