Shades of Fuego #BBDA34
Tints of Fuego #BBDA34
RGB
CMYK
RGB Variations
Color information
#BBDA34 (or 0xBBDA34) is known color: Fuego. HEX triplet: BB, DA and 34. RGB value is (187,218,52). Sum of RGB (Red+Green+Blue) = 187+218+52=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 52 (20.70% from 255 or 11.38% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA34 is #4425CB. Grayscale: #BEBEBE. Windows color (decimal): -4466124 or 3463867. OLE color: 3463867.
HSL color Cylindrical-coordinate representation of color #BBDA34: hue angle of 71.2º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBDA34 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 52 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.15 |
| HSL | 71.2º | 0.69% | 0.53% | - |
| HSV(B) | 71.2º | 0.76% | 0.85% | - |
| XYZ | 46.18 | 60.96 | 12.58 | - |
| YUV | 189.81 | 50.23 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 52 | 0.14 | 0 | 0.76 | 0.15 | 71.2 | 0.69 | 0.53 |
| Hex | BB | DA | 34 | E | 0 | 4C | F | 47 | 45 | 35 |
| Octal | 273 | 332 | 64 | 16 | 0 | 114 | 17 | 107 | 105 | 65 |
| Binary | 10111011 | 11011010 | 110100 | 1110 | 0 | 1001100 | 1111 | 1000111 | 1000101 | 110101 |
Color Harmonies of #BBDA34
Complementary color
Monochromatic Colors of #BBDA34
Black with #BBDA34
Text Example
Text Example
White with #BBDA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA34; }
p { color: rgb(187,218,52); }
H1.HeaderClassName
{
color: #BBDA34;
}
.AnyTagClassName
{
color: #BBDA34;
}
</style>
background-color css
<style>
a { background-color: #BBDA34; }
a { background-color: rgb(187,218,52); }
div.DivClassName
{
background-color: #BBDA34;
}
.BgClassName
{
background-color: #BBDA34;
}
</style>
border-color css
<style>
span { border-color: #BBDA34; }
span { border-color: rgb(187,218,52); }
td.TdClassName
{
border-color: #BBDA34;
}
.TagClassName
{
border-color: #BBDA34;
}
</style>