Shades of Fuego #BCD227
Tints of Fuego #BCD227
RGB
CMYK
RGB Variations
Color information
#BCD227 (or 0xBCD227) is known color: Fuego. HEX triplet: BC, D2 and 27. RGB value is (188,210,39). Sum of RGB (Red+Green+Blue) = 188+210+39=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 210 (82.42% from 255 or 48.05% from 437); Blue value is 39 (15.62% from 255 or 8.92% from 437); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD227 is #432DD8. Grayscale: #B8B8B8. Windows color (decimal): -4402649 or 2609852. OLE color: 2609852.
HSL color Cylindrical-coordinate representation of color #BCD227: hue angle of 67.72º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCD227 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 39 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.18 |
| HSL | 67.72º | 0.69% | 0.49% | - |
| HSV(B) | 67.72º | 0.81% | 0.82% | - |
| XYZ | 44.15 | 56.93 | 10.58 | - |
| YUV | 183.93 | 46.21 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 39 | 0.10 | 0 | 0.81 | 0.18 | 67.72 | 0.69 | 0.49 |
| Hex | BC | D2 | 27 | A | 0 | 51 | 12 | 44 | 45 | 31 |
| Octal | 274 | 322 | 47 | 12 | 0 | 121 | 22 | 104 | 105 | 61 |
| Binary | 10111100 | 11010010 | 100111 | 1010 | 0 | 1010001 | 10010 | 1000100 | 1000101 | 110001 |
Color Harmonies of #BCD227
Complementary color
Monochromatic Colors of #BCD227
Black with #BCD227
Text Example
Text Example
White with #BCD227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD227; }
p { color: rgb(188,210,39); }
H1.HeaderClassName
{
color: #BCD227;
}
.AnyTagClassName
{
color: #BCD227;
}
</style>
background-color css
<style>
a { background-color: #BCD227; }
a { background-color: rgb(188,210,39); }
div.DivClassName
{
background-color: #BCD227;
}
.BgClassName
{
background-color: #BCD227;
}
</style>
border-color css
<style>
span { border-color: #BCD227; }
span { border-color: rgb(188,210,39); }
td.TdClassName
{
border-color: #BCD227;
}
.TagClassName
{
border-color: #BCD227;
}
</style>