Shades of Fuego #BBCE34
Tints of Fuego #BBCE34
RGB
CMYK
RGB Variations
Color information
#BBCE34 (or 0xBBCE34) is known color: Fuego. HEX triplet: BB, CE and 34. RGB value is (187,206,52). Sum of RGB (Red+Green+Blue) = 187+206+52=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 52 (20.70% from 255 or 11.69% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCE34 is #4431CB. Grayscale: #B7B7B7. Windows color (decimal): -4469196 or 3460795. OLE color: 3460795.
HSL color Cylindrical-coordinate representation of color #BBCE34: hue angle of 67.4º degrees, saturation: 0.61, 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 #BBCE34 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 52 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.19 |
| HSL | 67.4º | 0.61% | 0.51% | - |
| HSV(B) | 67.4º | 0.75% | 0.81% | - |
| XYZ | 43.18 | 54.96 | 11.58 | - |
| YUV | 182.76 | 54.21 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 52 | 0.09 | 0 | 0.75 | 0.19 | 67.4 | 0.61 | 0.51 |
| Hex | BB | CE | 34 | 9 | 0 | 4B | 13 | 43 | 3D | 33 |
| Octal | 273 | 316 | 64 | 11 | 0 | 113 | 23 | 103 | 75 | 63 |
| Binary | 10111011 | 11001110 | 110100 | 1001 | 0 | 1001011 | 10011 | 1000011 | 111101 | 110011 |
Color Harmonies of #BBCE34
Complementary color
Monochromatic Colors of #BBCE34
Black with #BBCE34
Text Example
Text Example
White with #BBCE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE34; }
p { color: rgb(187,206,52); }
H1.HeaderClassName
{
color: #BBCE34;
}
.AnyTagClassName
{
color: #BBCE34;
}
</style>
background-color css
<style>
a { background-color: #BBCE34; }
a { background-color: rgb(187,206,52); }
div.DivClassName
{
background-color: #BBCE34;
}
.BgClassName
{
background-color: #BBCE34;
}
</style>
border-color css
<style>
span { border-color: #BBCE34; }
span { border-color: rgb(187,206,52); }
td.TdClassName
{
border-color: #BBCE34;
}
.TagClassName
{
border-color: #BBCE34;
}
</style>