Shades of Fuego #BCCB2D
Tints of Fuego #BCCB2D
RGB
CMYK
RGB Variations
Color information
#BCCB2D (or 0xBCCB2D) is known color: Fuego. HEX triplet: BC, CB and 2D. RGB value is (188,203,45). Sum of RGB (Red+Green+Blue) = 188+203+45=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 45 (17.97% from 255 or 10.32% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCB2D is #4334D2. Grayscale: #B5B5B5. Windows color (decimal): -4404435 or 3001276. OLE color: 3001276.
HSL color Cylindrical-coordinate representation of color #BCCB2D: hue angle of 65.7º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCCB2D is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 45 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.20 |
| HSL | 65.7º | 0.64% | 0.49% | - |
| HSV(B) | 65.7º | 0.78% | 0.8% | - |
| XYZ | 42.57 | 53.59 | 10.58 | - |
| YUV | 180.5 | 51.53 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 45 | 0.07 | 0 | 0.78 | 0.20 | 65.7 | 0.64 | 0.49 |
| Hex | BC | CB | 2D | 7 | 0 | 4E | 14 | 42 | 40 | 31 |
| Octal | 274 | 313 | 55 | 7 | 0 | 116 | 24 | 102 | 100 | 61 |
| Binary | 10111100 | 11001011 | 101101 | 111 | 0 | 1001110 | 10100 | 1000010 | 1000000 | 110001 |
Color Harmonies of #BCCB2D
Complementary color
Monochromatic Colors of #BCCB2D
Black with #BCCB2D
Text Example
Text Example
White with #BCCB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB2D; }
p { color: rgb(188,203,45); }
H1.HeaderClassName
{
color: #BCCB2D;
}
.AnyTagClassName
{
color: #BCCB2D;
}
</style>
background-color css
<style>
a { background-color: #BCCB2D; }
a { background-color: rgb(188,203,45); }
div.DivClassName
{
background-color: #BCCB2D;
}
.BgClassName
{
background-color: #BCCB2D;
}
</style>
border-color css
<style>
span { border-color: #BCCB2D; }
span { border-color: rgb(188,203,45); }
td.TdClassName
{
border-color: #BCCB2D;
}
.TagClassName
{
border-color: #BCCB2D;
}
</style>