Shades of Fuego #BBCE3A
Tints of Fuego #BBCE3A
RGB
CMYK
RGB Variations
Color information
#BBCE3A (or 0xBBCE3A) is known color: Fuego. HEX triplet: BB, CE and 3A. RGB value is (187,206,58). Sum of RGB (Red+Green+Blue) = 187+206+58=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 58 (23.05% from 255 or 12.86% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCE3A is #4431C5. Grayscale: #B8B8B8. Windows color (decimal): -4469190 or 3854011. OLE color: 3854011.
HSL color Cylindrical-coordinate representation of color #BBCE3A: hue angle of 67.7º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BBCE3A is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 58 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.19 |
| HSL | 67.7º | 0.6% | 0.52% | - |
| HSV(B) | 67.7º | 0.72% | 0.81% | - |
| XYZ | 43.33 | 55.01 | 12.34 | - |
| YUV | 183.45 | 57.21 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 58 | 0.09 | 0 | 0.72 | 0.19 | 67.7 | 0.6 | 0.52 |
| Hex | BB | CE | 3A | 9 | 0 | 48 | 13 | 44 | 3C | 34 |
| Octal | 273 | 316 | 72 | 11 | 0 | 110 | 23 | 104 | 74 | 64 |
| Binary | 10111011 | 11001110 | 111010 | 1001 | 0 | 1001000 | 10011 | 1000100 | 111100 | 110100 |
Color Harmonies of #BBCE3A
Complementary color
Monochromatic Colors of #BBCE3A
Black with #BBCE3A
Text Example
Text Example
White with #BBCE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE3A; }
p { color: rgb(187,206,58); }
H1.HeaderClassName
{
color: #BBCE3A;
}
.AnyTagClassName
{
color: #BBCE3A;
}
</style>
background-color css
<style>
a { background-color: #BBCE3A; }
a { background-color: rgb(187,206,58); }
div.DivClassName
{
background-color: #BBCE3A;
}
.BgClassName
{
background-color: #BBCE3A;
}
</style>
border-color css
<style>
span { border-color: #BBCE3A; }
span { border-color: rgb(187,206,58); }
td.TdClassName
{
border-color: #BBCE3A;
}
.TagClassName
{
border-color: #BBCE3A;
}
</style>