Shades of Fuego #BBCE29
Tints of Fuego #BBCE29
RGB
CMYK
RGB Variations
Color information
#BBCE29 (or 0xBBCE29) is known color: Fuego. HEX triplet: BB, CE and 29. RGB value is (187,206,41). Sum of RGB (Red+Green+Blue) = 187+206+41=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 41 (16.41% from 255 or 9.45% from 434); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCE29 is #4431D6. Grayscale: #B6B6B6. Windows color (decimal): -4469207 or 2739899. OLE color: 2739899.
HSL color Cylindrical-coordinate representation of color #BBCE29: hue angle of 66.91º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBCE29 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 41 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.19 |
| HSL | 66.91º | 0.67% | 0.48% | - |
| HSV(B) | 66.91º | 0.8% | 0.81% | - |
| XYZ | 42.97 | 54.87 | 10.42 | - |
| YUV | 181.51 | 48.71 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 41 | 0.09 | 0 | 0.80 | 0.19 | 66.91 | 0.67 | 0.48 |
| Hex | BB | CE | 29 | 9 | 0 | 50 | 13 | 43 | 43 | 30 |
| Octal | 273 | 316 | 51 | 11 | 0 | 120 | 23 | 103 | 103 | 60 |
| Binary | 10111011 | 11001110 | 101001 | 1001 | 0 | 1010000 | 10011 | 1000011 | 1000011 | 110000 |
Color Harmonies of #BBCE29
Complementary color
Monochromatic Colors of #BBCE29
Black with #BBCE29
Text Example
Text Example
White with #BBCE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE29; }
p { color: rgb(187,206,41); }
H1.HeaderClassName
{
color: #BBCE29;
}
.AnyTagClassName
{
color: #BBCE29;
}
</style>
background-color css
<style>
a { background-color: #BBCE29; }
a { background-color: rgb(187,206,41); }
div.DivClassName
{
background-color: #BBCE29;
}
.BgClassName
{
background-color: #BBCE29;
}
</style>
border-color css
<style>
span { border-color: #BBCE29; }
span { border-color: rgb(187,206,41); }
td.TdClassName
{
border-color: #BBCE29;
}
.TagClassName
{
border-color: #BBCE29;
}
</style>