Shades of Fuego #BDCE2E
Tints of Fuego #BDCE2E
RGB
CMYK
RGB Variations
Color information
#BDCE2E (or 0xBDCE2E) is known color: Fuego. HEX triplet: BD, CE and 2E. RGB value is (189,206,46). Sum of RGB (Red+Green+Blue) = 189+206+46=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 46 (18.36% from 255 or 10.43% from 441); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCE2E is #4231D1. Grayscale: #B7B7B7. Windows color (decimal): -4338130 or 3067581. OLE color: 3067581.
HSL color Cylindrical-coordinate representation of color #BDCE2E: hue angle of 66.38º degrees, saturation: 0.63, 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 #BDCE2E is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 206 | 46 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.19 |
| HSL | 66.38º | 0.63% | 0.49% | - |
| HSV(B) | 66.38º | 0.78% | 0.81% | - |
| XYZ | 43.55 | 55.16 | 10.94 | - |
| YUV | 182.68 | 50.87 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 46 | 0.08 | 0 | 0.78 | 0.19 | 66.38 | 0.63 | 0.49 |
| Hex | BD | CE | 2E | 8 | 0 | 4E | 13 | 42 | 3F | 31 |
| Octal | 275 | 316 | 56 | 10 | 0 | 116 | 23 | 102 | 77 | 61 |
| Binary | 10111101 | 11001110 | 101110 | 1000 | 0 | 1001110 | 10011 | 1000010 | 111111 | 110001 |
Color Harmonies of #BDCE2E
Complementary color
Monochromatic Colors of #BDCE2E
Black with #BDCE2E
Text Example
Text Example
White with #BDCE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCE2E; }
p { color: rgb(189,206,46); }
H1.HeaderClassName
{
color: #BDCE2E;
}
.AnyTagClassName
{
color: #BDCE2E;
}
</style>
background-color css
<style>
a { background-color: #BDCE2E; }
a { background-color: rgb(189,206,46); }
div.DivClassName
{
background-color: #BDCE2E;
}
.BgClassName
{
background-color: #BDCE2E;
}
</style>
border-color css
<style>
span { border-color: #BDCE2E; }
span { border-color: rgb(189,206,46); }
td.TdClassName
{
border-color: #BDCE2E;
}
.TagClassName
{
border-color: #BDCE2E;
}
</style>