Shades of Fuego #BBD235
Tints of Fuego #BBD235
RGB
CMYK
RGB Variations
Color information
#BBD235 (or 0xBBD235) is known color: Fuego. HEX triplet: BB, D2 and 35. RGB value is (187,210,53). Sum of RGB (Red+Green+Blue) = 187+210+53=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 53 (21.09% from 255 or 11.78% from 450); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD235 is #442DCA. Grayscale: #B9B9B9. Windows color (decimal): -4468171 or 3527355. OLE color: 3527355.
HSL color Cylindrical-coordinate representation of color #BBD235: hue angle of 68.79º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBD235 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 53 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.18 |
| HSL | 68.79º | 0.64% | 0.52% | - |
| HSV(B) | 68.79º | 0.75% | 0.82% | - |
| XYZ | 44.18 | 56.92 | 12.03 | - |
| YUV | 185.23 | 53.38 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 53 | 0.11 | 0 | 0.75 | 0.18 | 68.79 | 0.64 | 0.52 |
| Hex | BB | D2 | 35 | B | 0 | 4B | 12 | 45 | 40 | 34 |
| Octal | 273 | 322 | 65 | 13 | 0 | 113 | 22 | 105 | 100 | 64 |
| Binary | 10111011 | 11010010 | 110101 | 1011 | 0 | 1001011 | 10010 | 1000101 | 1000000 | 110100 |
Color Harmonies of #BBD235
Complementary color
Monochromatic Colors of #BBD235
Black with #BBD235
Text Example
Text Example
White with #BBD235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD235; }
p { color: rgb(187,210,53); }
H1.HeaderClassName
{
color: #BBD235;
}
.AnyTagClassName
{
color: #BBD235;
}
</style>
background-color css
<style>
a { background-color: #BBD235; }
a { background-color: rgb(187,210,53); }
div.DivClassName
{
background-color: #BBD235;
}
.BgClassName
{
background-color: #BBD235;
}
</style>
border-color css
<style>
span { border-color: #BBD235; }
span { border-color: rgb(187,210,53); }
td.TdClassName
{
border-color: #BBD235;
}
.TagClassName
{
border-color: #BBD235;
}
</style>