Shades of Fuego #BBCD34
Tints of Fuego #BBCD34
RGB
CMYK
RGB Variations
Color information
#BBCD34 (or 0xBBCD34) is known color: Fuego. HEX triplet: BB, CD and 34. RGB value is (187,205,52). Sum of RGB (Red+Green+Blue) = 187+205+52=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 52 (20.70% from 255 or 11.71% from 444); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCD34 is #4432CB. Grayscale: #B6B6B6. Windows color (decimal): -4469452 or 3460539. OLE color: 3460539.
HSL color Cylindrical-coordinate representation of color #BBCD34: hue angle of 67.06º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBCD34 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 52 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.20 |
| HSL | 67.06º | 0.6% | 0.5% | - |
| HSV(B) | 67.06º | 0.75% | 0.8% | - |
| XYZ | 42.94 | 54.48 | 11.5 | - |
| YUV | 182.18 | 54.54 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 52 | 0.09 | 0 | 0.75 | 0.20 | 67.06 | 0.6 | 0.5 |
| Hex | BB | CD | 34 | 9 | 0 | 4B | 14 | 43 | 3C | 32 |
| Octal | 273 | 315 | 64 | 11 | 0 | 113 | 24 | 103 | 74 | 62 |
| Binary | 10111011 | 11001101 | 110100 | 1001 | 0 | 1001011 | 10100 | 1000011 | 111100 | 110010 |
Color Harmonies of #BBCD34
Complementary color
Monochromatic Colors of #BBCD34
Black with #BBCD34
Text Example
Text Example
White with #BBCD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD34; }
p { color: rgb(187,205,52); }
H1.HeaderClassName
{
color: #BBCD34;
}
.AnyTagClassName
{
color: #BBCD34;
}
</style>
background-color css
<style>
a { background-color: #BBCD34; }
a { background-color: rgb(187,205,52); }
div.DivClassName
{
background-color: #BBCD34;
}
.BgClassName
{
background-color: #BBCD34;
}
</style>
border-color css
<style>
span { border-color: #BBCD34; }
span { border-color: rgb(187,205,52); }
td.TdClassName
{
border-color: #BBCD34;
}
.TagClassName
{
border-color: #BBCD34;
}
</style>