Shades of Fuego #BBCF33
Tints of Fuego #BBCF33
RGB
CMYK
RGB Variations
Color information
#BBCF33 (or 0xBBCF33) is known color: Fuego. HEX triplet: BB, CF and 33. RGB value is (187,207,51). Sum of RGB (Red+Green+Blue) = 187+207+51=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 51 (20.31% from 255 or 11.46% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCF33 is #4430CC. Grayscale: #B7B7B7. Windows color (decimal): -4468941 or 3395515. OLE color: 3395515.
HSL color Cylindrical-coordinate representation of color #BBCF33: hue angle of 67.69º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBCF33 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 51 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.19 |
| HSL | 67.69º | 0.62% | 0.51% | - |
| HSV(B) | 67.69º | 0.75% | 0.81% | - |
| XYZ | 43.4 | 55.43 | 11.54 | - |
| YUV | 183.24 | 53.37 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 51 | 0.10 | 0 | 0.75 | 0.19 | 67.69 | 0.62 | 0.51 |
| Hex | BB | CF | 33 | A | 0 | 4B | 13 | 44 | 3E | 33 |
| Octal | 273 | 317 | 63 | 12 | 0 | 113 | 23 | 104 | 76 | 63 |
| Binary | 10111011 | 11001111 | 110011 | 1010 | 0 | 1001011 | 10011 | 1000100 | 111110 | 110011 |
Color Harmonies of #BBCF33
Complementary color
Monochromatic Colors of #BBCF33
Black with #BBCF33
Text Example
Text Example
White with #BBCF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCF33; }
p { color: rgb(187,207,51); }
H1.HeaderClassName
{
color: #BBCF33;
}
.AnyTagClassName
{
color: #BBCF33;
}
</style>
background-color css
<style>
a { background-color: #BBCF33; }
a { background-color: rgb(187,207,51); }
div.DivClassName
{
background-color: #BBCF33;
}
.BgClassName
{
background-color: #BBCF33;
}
</style>
border-color css
<style>
span { border-color: #BBCF33; }
span { border-color: rgb(187,207,51); }
td.TdClassName
{
border-color: #BBCF33;
}
.TagClassName
{
border-color: #BBCF33;
}
</style>