Shades of Fuego #BDCB2D
Tints of Fuego #BDCB2D
RGB
CMYK
RGB Variations
Color information
#BDCB2D (or 0xBDCB2D) is known color: Fuego. HEX triplet: BD, CB and 2D. RGB value is (189,203,45). Sum of RGB (Red+Green+Blue) = 189+203+45=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 45 (17.97% from 255 or 10.30% from 437); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCB2D is #4234D2. Grayscale: #B5B5B5. Windows color (decimal): -4338899 or 3001277. OLE color: 3001277.
HSL color Cylindrical-coordinate representation of color #BDCB2D: hue angle of 65.32º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDCB2D is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 45 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.20 |
| HSL | 65.32º | 0.64% | 0.49% | - |
| HSV(B) | 65.32º | 0.78% | 0.8% | - |
| XYZ | 42.82 | 53.72 | 10.6 | - |
| YUV | 180.8 | 51.36 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 45 | 0.07 | 0 | 0.78 | 0.20 | 65.32 | 0.64 | 0.49 |
| Hex | BD | CB | 2D | 7 | 0 | 4E | 14 | 41 | 40 | 31 |
| Octal | 275 | 313 | 55 | 7 | 0 | 116 | 24 | 101 | 100 | 61 |
| Binary | 10111101 | 11001011 | 101101 | 111 | 0 | 1001110 | 10100 | 1000001 | 1000000 | 110001 |
Color Harmonies of #BDCB2D
Complementary color
Monochromatic Colors of #BDCB2D
Black with #BDCB2D
Text Example
Text Example
White with #BDCB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCB2D; }
p { color: rgb(189,203,45); }
H1.HeaderClassName
{
color: #BDCB2D;
}
.AnyTagClassName
{
color: #BDCB2D;
}
</style>
background-color css
<style>
a { background-color: #BDCB2D; }
a { background-color: rgb(189,203,45); }
div.DivClassName
{
background-color: #BDCB2D;
}
.BgClassName
{
background-color: #BDCB2D;
}
</style>
border-color css
<style>
span { border-color: #BDCB2D; }
span { border-color: rgb(189,203,45); }
td.TdClassName
{
border-color: #BDCB2D;
}
.TagClassName
{
border-color: #BDCB2D;
}
</style>