Shades of Fuego #BBCD2E
Tints of Fuego #BBCD2E
RGB
CMYK
RGB Variations
Color information
#BBCD2E (or 0xBBCD2E) is known color: Fuego. HEX triplet: BB, CD and 2E. RGB value is (187,205,46). Sum of RGB (Red+Green+Blue) = 187+205+46=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 46 (18.36% from 255 or 10.50% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCD2E is #4432D1. Grayscale: #B6B6B6. Windows color (decimal): -4469458 or 3067323. OLE color: 3067323.
HSL color Cylindrical-coordinate representation of color #BBCD2E: hue angle of 66.79º degrees, saturation: 0.63, 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 #BBCD2E is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 46 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.20 |
| HSL | 66.79º | 0.63% | 0.49% | - |
| HSV(B) | 66.79º | 0.78% | 0.8% | - |
| XYZ | 42.82 | 54.42 | 10.83 | - |
| YUV | 181.49 | 51.54 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 46 | 0.09 | 0 | 0.78 | 0.20 | 66.79 | 0.63 | 0.49 |
| Hex | BB | CD | 2E | 9 | 0 | 4E | 14 | 43 | 3F | 31 |
| Octal | 273 | 315 | 56 | 11 | 0 | 116 | 24 | 103 | 77 | 61 |
| Binary | 10111011 | 11001101 | 101110 | 1001 | 0 | 1001110 | 10100 | 1000011 | 111111 | 110001 |
Color Harmonies of #BBCD2E
Complementary color
Monochromatic Colors of #BBCD2E
Black with #BBCD2E
Text Example
Text Example
White with #BBCD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD2E; }
p { color: rgb(187,205,46); }
H1.HeaderClassName
{
color: #BBCD2E;
}
.AnyTagClassName
{
color: #BBCD2E;
}
</style>
background-color css
<style>
a { background-color: #BBCD2E; }
a { background-color: rgb(187,205,46); }
div.DivClassName
{
background-color: #BBCD2E;
}
.BgClassName
{
background-color: #BBCD2E;
}
</style>
border-color css
<style>
span { border-color: #BBCD2E; }
span { border-color: rgb(187,205,46); }
td.TdClassName
{
border-color: #BBCD2E;
}
.TagClassName
{
border-color: #BBCD2E;
}
</style>