Shades of Fuego #BBCD2C
Tints of Fuego #BBCD2C
RGB
CMYK
RGB Variations
Color information
#BBCD2C (or 0xBBCD2C) is known color: Fuego. HEX triplet: BB, CD and 2C. RGB value is (187,205,44). Sum of RGB (Red+Green+Blue) = 187+205+44=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 44 (17.58% from 255 or 10.09% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCD2C is #4432D3. Grayscale: #B5B5B5. Windows color (decimal): -4469460 or 2936251. OLE color: 2936251.
HSL color Cylindrical-coordinate representation of color #BBCD2C: hue angle of 66.71º 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 #BBCD2C is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 44 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.20 |
| HSL | 66.71º | 0.65% | 0.49% | - |
| HSV(B) | 66.71º | 0.79% | 0.8% | - |
| XYZ | 42.78 | 54.41 | 10.63 | - |
| YUV | 181.26 | 50.54 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 44 | 0.09 | 0 | 0.79 | 0.20 | 66.71 | 0.65 | 0.49 |
| Hex | BB | CD | 2C | 9 | 0 | 4F | 14 | 43 | 41 | 31 |
| Octal | 273 | 315 | 54 | 11 | 0 | 117 | 24 | 103 | 101 | 61 |
| Binary | 10111011 | 11001101 | 101100 | 1001 | 0 | 1001111 | 10100 | 1000011 | 1000001 | 110001 |
Color Harmonies of #BBCD2C
Complementary color
Monochromatic Colors of #BBCD2C
Black with #BBCD2C
Text Example
Text Example
White with #BBCD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD2C; }
p { color: rgb(187,205,44); }
H1.HeaderClassName
{
color: #BBCD2C;
}
.AnyTagClassName
{
color: #BBCD2C;
}
</style>
background-color css
<style>
a { background-color: #BBCD2C; }
a { background-color: rgb(187,205,44); }
div.DivClassName
{
background-color: #BBCD2C;
}
.BgClassName
{
background-color: #BBCD2C;
}
</style>
border-color css
<style>
span { border-color: #BBCD2C; }
span { border-color: rgb(187,205,44); }
td.TdClassName
{
border-color: #BBCD2C;
}
.TagClassName
{
border-color: #BBCD2C;
}
</style>