Shades of Fuego #BBCD2F
Tints of Fuego #BBCD2F
RGB
CMYK
RGB Variations
Color information
#BBCD2F (or 0xBBCD2F) is known color: Fuego. HEX triplet: BB, CD and 2F. RGB value is (187,205,47). Sum of RGB (Red+Green+Blue) = 187+205+47=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 47 (18.75% from 255 or 10.71% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCD2F is #4432D0. Grayscale: #B6B6B6. Windows color (decimal): -4469457 or 3132859. OLE color: 3132859.
HSL color Cylindrical-coordinate representation of color #BBCD2F: hue angle of 66.84º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBCD2F is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 47 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.20 |
| HSL | 66.84º | 0.63% | 0.49% | - |
| HSV(B) | 66.84º | 0.77% | 0.8% | - |
| XYZ | 42.84 | 54.43 | 10.94 | - |
| YUV | 181.61 | 52.04 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 47 | 0.09 | 0 | 0.77 | 0.20 | 66.84 | 0.63 | 0.49 |
| Hex | BB | CD | 2F | 9 | 0 | 4D | 14 | 43 | 3F | 31 |
| Octal | 273 | 315 | 57 | 11 | 0 | 115 | 24 | 103 | 77 | 61 |
| Binary | 10111011 | 11001101 | 101111 | 1001 | 0 | 1001101 | 10100 | 1000011 | 111111 | 110001 |
Color Harmonies of #BBCD2F
Complementary color
Monochromatic Colors of #BBCD2F
Black with #BBCD2F
Text Example
Text Example
White with #BBCD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD2F; }
p { color: rgb(187,205,47); }
H1.HeaderClassName
{
color: #BBCD2F;
}
.AnyTagClassName
{
color: #BBCD2F;
}
</style>
background-color css
<style>
a { background-color: #BBCD2F; }
a { background-color: rgb(187,205,47); }
div.DivClassName
{
background-color: #BBCD2F;
}
.BgClassName
{
background-color: #BBCD2F;
}
</style>
border-color css
<style>
span { border-color: #BBCD2F; }
span { border-color: rgb(187,205,47); }
td.TdClassName
{
border-color: #BBCD2F;
}
.TagClassName
{
border-color: #BBCD2F;
}
</style>