Shades of Fuego #BCCD2B
Tints of Fuego #BCCD2B
RGB
CMYK
RGB Variations
Color information
#BCCD2B (or 0xBCCD2B) is known color: Fuego. HEX triplet: BC, CD and 2B. RGB value is (188,205,43). Sum of RGB (Red+Green+Blue) = 188+205+43=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 43 (17.19% from 255 or 9.86% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD2B is #4332D4. Grayscale: #B6B6B6. Windows color (decimal): -4403925 or 2870716. OLE color: 2870716.
HSL color Cylindrical-coordinate representation of color #BCCD2B: hue angle of 66.3º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCCD2B is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 43 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.20 |
| HSL | 66.3º | 0.65% | 0.49% | - |
| HSV(B) | 66.3º | 0.79% | 0.8% | - |
| XYZ | 43.01 | 54.53 | 10.54 | - |
| YUV | 181.45 | 49.87 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 43 | 0.08 | 0 | 0.79 | 0.20 | 66.3 | 0.65 | 0.49 |
| Hex | BC | CD | 2B | 8 | 0 | 4F | 14 | 42 | 41 | 31 |
| Octal | 274 | 315 | 53 | 10 | 0 | 117 | 24 | 102 | 101 | 61 |
| Binary | 10111100 | 11001101 | 101011 | 1000 | 0 | 1001111 | 10100 | 1000010 | 1000001 | 110001 |
Color Harmonies of #BCCD2B
Complementary color
Monochromatic Colors of #BCCD2B
Black with #BCCD2B
Text Example
Text Example
White with #BCCD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD2B; }
p { color: rgb(188,205,43); }
H1.HeaderClassName
{
color: #BCCD2B;
}
.AnyTagClassName
{
color: #BCCD2B;
}
</style>
background-color css
<style>
a { background-color: #BCCD2B; }
a { background-color: rgb(188,205,43); }
div.DivClassName
{
background-color: #BCCD2B;
}
.BgClassName
{
background-color: #BCCD2B;
}
</style>
border-color css
<style>
span { border-color: #BCCD2B; }
span { border-color: rgb(188,205,43); }
td.TdClassName
{
border-color: #BCCD2B;
}
.TagClassName
{
border-color: #BCCD2B;
}
</style>