Shades of Fuego #BBCE2D
Tints of Fuego #BBCE2D
RGB
CMYK
RGB Variations
Color information
#BBCE2D (or 0xBBCE2D) is known color: Fuego. HEX triplet: BB, CE and 2D. RGB value is (187,206,45). Sum of RGB (Red+Green+Blue) = 187+206+45=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCE2D is #4431D2. Grayscale: #B6B6B6. Windows color (decimal): -4469203 or 3002043. OLE color: 3002043.
HSL color Cylindrical-coordinate representation of color #BBCE2D: hue angle of 67.08º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBCE2D is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 45 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.19 |
| HSL | 67.08º | 0.64% | 0.49% | - |
| HSV(B) | 67.08º | 0.78% | 0.81% | - |
| XYZ | 43.04 | 54.9 | 10.81 | - |
| YUV | 181.97 | 50.71 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 45 | 0.09 | 0 | 0.78 | 0.19 | 67.08 | 0.64 | 0.49 |
| Hex | BB | CE | 2D | 9 | 0 | 4E | 13 | 43 | 40 | 31 |
| Octal | 273 | 316 | 55 | 11 | 0 | 116 | 23 | 103 | 100 | 61 |
| Binary | 10111011 | 11001110 | 101101 | 1001 | 0 | 1001110 | 10011 | 1000011 | 1000000 | 110001 |
Color Harmonies of #BBCE2D
Complementary color
Monochromatic Colors of #BBCE2D
Black with #BBCE2D
Text Example
Text Example
White with #BBCE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE2D; }
p { color: rgb(187,206,45); }
H1.HeaderClassName
{
color: #BBCE2D;
}
.AnyTagClassName
{
color: #BBCE2D;
}
</style>
background-color css
<style>
a { background-color: #BBCE2D; }
a { background-color: rgb(187,206,45); }
div.DivClassName
{
background-color: #BBCE2D;
}
.BgClassName
{
background-color: #BBCE2D;
}
</style>
border-color css
<style>
span { border-color: #BBCE2D; }
span { border-color: rgb(187,206,45); }
td.TdClassName
{
border-color: #BBCE2D;
}
.TagClassName
{
border-color: #BBCE2D;
}
</style>