Shades of Fuego #BDCB3C
Tints of Fuego #BDCB3C
RGB
CMYK
RGB Variations
Color information
#BDCB3C (or 0xBDCB3C) is known color: Fuego. HEX triplet: BD, CB and 3C. RGB value is (189,203,60). Sum of RGB (Red+Green+Blue) = 189+203+60=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 60 (23.83% from 255 or 13.27% from 452); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCB3C is #4234C3. Grayscale: #B7B7B7. Windows color (decimal): -4338884 or 3984317. OLE color: 3984317.
HSL color Cylindrical-coordinate representation of color #BDCB3C: hue angle of 65.87º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDCB3C is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 60 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.20 |
| HSL | 65.87º | 0.58% | 0.52% | - |
| HSV(B) | 65.87º | 0.7% | 0.8% | - |
| XYZ | 43.16 | 53.86 | 12.4 | - |
| YUV | 182.51 | 58.86 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 60 | 0.07 | 0 | 0.70 | 0.20 | 65.87 | 0.58 | 0.52 |
| Hex | BD | CB | 3C | 7 | 0 | 46 | 14 | 42 | 3A | 34 |
| Octal | 275 | 313 | 74 | 7 | 0 | 106 | 24 | 102 | 72 | 64 |
| Binary | 10111101 | 11001011 | 111100 | 111 | 0 | 1000110 | 10100 | 1000010 | 111010 | 110100 |
Color Harmonies of #BDCB3C
Complementary color
Monochromatic Colors of #BDCB3C
Black with #BDCB3C
Text Example
Text Example
White with #BDCB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCB3C; }
p { color: rgb(189,203,60); }
H1.HeaderClassName
{
color: #BDCB3C;
}
.AnyTagClassName
{
color: #BDCB3C;
}
</style>
background-color css
<style>
a { background-color: #BDCB3C; }
a { background-color: rgb(189,203,60); }
div.DivClassName
{
background-color: #BDCB3C;
}
.BgClassName
{
background-color: #BDCB3C;
}
</style>
border-color css
<style>
span { border-color: #BDCB3C; }
span { border-color: rgb(189,203,60); }
td.TdClassName
{
border-color: #BDCB3C;
}
.TagClassName
{
border-color: #BDCB3C;
}
</style>