Shades of Fuego #BCCA28
Tints of Fuego #BCCA28
RGB
CMYK
RGB Variations
Color information
#BCCA28 (or 0xBCCA28) is known color: Fuego. HEX triplet: BC, CA and 28. RGB value is (188,202,40). Sum of RGB (Red+Green+Blue) = 188+202+40=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 40 (16.02% from 255 or 9.30% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCA28 is #4335D7. Grayscale: #B3B3B3. Windows color (decimal): -4404696 or 2673340. OLE color: 2673340.
HSL color Cylindrical-coordinate representation of color #BCCA28: hue angle of 65.19º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCCA28 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 202 | 40 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.21 |
| HSL | 65.19º | 0.67% | 0.47% | - |
| HSV(B) | 65.19º | 0.8% | 0.79% | - |
| XYZ | 42.24 | 53.09 | 10.03 | - |
| YUV | 179.35 | 49.36 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 40 | 0.07 | 0 | 0.80 | 0.21 | 65.19 | 0.67 | 0.47 |
| Hex | BC | CA | 28 | 7 | 0 | 50 | 15 | 41 | 43 | 2F |
| Octal | 274 | 312 | 50 | 7 | 0 | 120 | 25 | 101 | 103 | 57 |
| Binary | 10111100 | 11001010 | 101000 | 111 | 0 | 1010000 | 10101 | 1000001 | 1000011 | 101111 |
Color Harmonies of #BCCA28
Complementary color
Monochromatic Colors of #BCCA28
Black with #BCCA28
Text Example
Text Example
White with #BCCA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCA28; }
p { color: rgb(188,202,40); }
H1.HeaderClassName
{
color: #BCCA28;
}
.AnyTagClassName
{
color: #BCCA28;
}
</style>
background-color css
<style>
a { background-color: #BCCA28; }
a { background-color: rgb(188,202,40); }
div.DivClassName
{
background-color: #BCCA28;
}
.BgClassName
{
background-color: #BCCA28;
}
</style>
border-color css
<style>
span { border-color: #BCCA28; }
span { border-color: rgb(188,202,40); }
td.TdClassName
{
border-color: #BCCA28;
}
.TagClassName
{
border-color: #BCCA28;
}
</style>