Shades of Fuego #BBCF34
Tints of Fuego #BBCF34
RGB
CMYK
RGB Variations
Color information
#BBCF34 (or 0xBBCF34) is known color: Fuego. HEX triplet: BB, CF and 34. RGB value is (187,207,52). Sum of RGB (Red+Green+Blue) = 187+207+52=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 52 (20.70% from 255 or 11.66% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCF34 is #4430CB. Grayscale: #B7B7B7. Windows color (decimal): -4468940 or 3461051. OLE color: 3461051.
HSL color Cylindrical-coordinate representation of color #BBCF34: hue angle of 67.74º 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 #BBCF34 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 52 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.19 |
| HSL | 67.74º | 0.62% | 0.51% | - |
| HSV(B) | 67.74º | 0.75% | 0.81% | - |
| XYZ | 43.43 | 55.44 | 11.66 | - |
| YUV | 183.35 | 53.87 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 52 | 0.10 | 0 | 0.75 | 0.19 | 67.74 | 0.62 | 0.51 |
| Hex | BB | CF | 34 | A | 0 | 4B | 13 | 44 | 3E | 33 |
| Octal | 273 | 317 | 64 | 12 | 0 | 113 | 23 | 104 | 76 | 63 |
| Binary | 10111011 | 11001111 | 110100 | 1010 | 0 | 1001011 | 10011 | 1000100 | 111110 | 110011 |
Color Harmonies of #BBCF34
Complementary color
Monochromatic Colors of #BBCF34
Black with #BBCF34
Text Example
Text Example
White with #BBCF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCF34; }
p { color: rgb(187,207,52); }
H1.HeaderClassName
{
color: #BBCF34;
}
.AnyTagClassName
{
color: #BBCF34;
}
</style>
background-color css
<style>
a { background-color: #BBCF34; }
a { background-color: rgb(187,207,52); }
div.DivClassName
{
background-color: #BBCF34;
}
.BgClassName
{
background-color: #BBCF34;
}
</style>
border-color css
<style>
span { border-color: #BBCF34; }
span { border-color: rgb(187,207,52); }
td.TdClassName
{
border-color: #BBCF34;
}
.TagClassName
{
border-color: #BBCF34;
}
</style>