Shades of Fuego #BDCB2E
Tints of Fuego #BDCB2E
RGB
CMYK
RGB Variations
Color information
#BDCB2E (or 0xBDCB2E) is known color: Fuego. HEX triplet: BD, CB and 2E. RGB value is (189,203,46). Sum of RGB (Red+Green+Blue) = 189+203+46=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 46 (18.36% from 255 or 10.50% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCB2E is #4234D1. Grayscale: #B5B5B5. Windows color (decimal): -4338898 or 3066813. OLE color: 3066813.
HSL color Cylindrical-coordinate representation of color #BDCB2E: hue angle of 65.35º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDCB2E is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 46 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.20 |
| HSL | 65.35º | 0.63% | 0.49% | - |
| HSV(B) | 65.35º | 0.77% | 0.8% | - |
| XYZ | 42.84 | 53.73 | 10.7 | - |
| YUV | 180.92 | 51.86 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 46 | 0.07 | 0 | 0.77 | 0.20 | 65.35 | 0.63 | 0.49 |
| Hex | BD | CB | 2E | 7 | 0 | 4D | 14 | 41 | 3F | 31 |
| Octal | 275 | 313 | 56 | 7 | 0 | 115 | 24 | 101 | 77 | 61 |
| Binary | 10111101 | 11001011 | 101110 | 111 | 0 | 1001101 | 10100 | 1000001 | 111111 | 110001 |
Color Harmonies of #BDCB2E
Complementary color
Monochromatic Colors of #BDCB2E
Black with #BDCB2E
Text Example
Text Example
White with #BDCB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCB2E; }
p { color: rgb(189,203,46); }
H1.HeaderClassName
{
color: #BDCB2E;
}
.AnyTagClassName
{
color: #BDCB2E;
}
</style>
background-color css
<style>
a { background-color: #BDCB2E; }
a { background-color: rgb(189,203,46); }
div.DivClassName
{
background-color: #BDCB2E;
}
.BgClassName
{
background-color: #BDCB2E;
}
</style>
border-color css
<style>
span { border-color: #BDCB2E; }
span { border-color: rgb(189,203,46); }
td.TdClassName
{
border-color: #BDCB2E;
}
.TagClassName
{
border-color: #BDCB2E;
}
</style>