Shades of Fuego #BBCD28
Tints of Fuego #BBCD28
RGB
CMYK
RGB Variations
Color information
#BBCD28 (or 0xBBCD28) is known color: Fuego. HEX triplet: BB, CD and 28. RGB value is (187,205,40). Sum of RGB (Red+Green+Blue) = 187+205+40=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 40 (16.02% from 255 or 9.26% from 432); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCD28 is #4432D7. Grayscale: #B5B5B5. Windows color (decimal): -4469464 or 2674107. OLE color: 2674107.
HSL color Cylindrical-coordinate representation of color #BBCD28: hue angle of 66.55º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBCD28 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 40 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.20 |
| HSL | 66.55º | 0.67% | 0.48% | - |
| HSV(B) | 66.55º | 0.8% | 0.8% | - |
| XYZ | 42.71 | 54.38 | 10.25 | - |
| YUV | 180.81 | 48.54 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 40 | 0.09 | 0 | 0.80 | 0.20 | 66.55 | 0.67 | 0.48 |
| Hex | BB | CD | 28 | 9 | 0 | 50 | 14 | 43 | 43 | 30 |
| Octal | 273 | 315 | 50 | 11 | 0 | 120 | 24 | 103 | 103 | 60 |
| Binary | 10111011 | 11001101 | 101000 | 1001 | 0 | 1010000 | 10100 | 1000011 | 1000011 | 110000 |
Color Harmonies of #BBCD28
Complementary color
Monochromatic Colors of #BBCD28
Black with #BBCD28
Text Example
Text Example
White with #BBCD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD28; }
p { color: rgb(187,205,40); }
H1.HeaderClassName
{
color: #BBCD28;
}
.AnyTagClassName
{
color: #BBCD28;
}
</style>
background-color css
<style>
a { background-color: #BBCD28; }
a { background-color: rgb(187,205,40); }
div.DivClassName
{
background-color: #BBCD28;
}
.BgClassName
{
background-color: #BBCD28;
}
</style>
border-color css
<style>
span { border-color: #BBCD28; }
span { border-color: rgb(187,205,40); }
td.TdClassName
{
border-color: #BBCD28;
}
.TagClassName
{
border-color: #BBCD28;
}
</style>