Shades of Fuego #BDCB3A
Tints of Fuego #BDCB3A
RGB
CMYK
RGB Variations
Color information
#BDCB3A (or 0xBDCB3A) is known color: Fuego. HEX triplet: BD, CB and 3A. RGB value is (189,203,58). Sum of RGB (Red+Green+Blue) = 189+203+58=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 58 (23.05% from 255 or 12.89% from 450); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCB3A is #4234C5. Grayscale: #B6B6B6. Windows color (decimal): -4338886 or 3853245. OLE color: 3853245.
HSL color Cylindrical-coordinate representation of color #BDCB3A: hue angle of 65.79º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDCB3A is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 58 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.20 |
| HSL | 65.79º | 0.58% | 0.51% | - |
| HSV(B) | 65.79º | 0.71% | 0.8% | - |
| XYZ | 43.11 | 53.84 | 12.12 | - |
| YUV | 182.28 | 57.86 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 58 | 0.07 | 0 | 0.71 | 0.20 | 65.79 | 0.58 | 0.51 |
| Hex | BD | CB | 3A | 7 | 0 | 47 | 14 | 42 | 3A | 33 |
| Octal | 275 | 313 | 72 | 7 | 0 | 107 | 24 | 102 | 72 | 63 |
| Binary | 10111101 | 11001011 | 111010 | 111 | 0 | 1000111 | 10100 | 1000010 | 111010 | 110011 |
Color Harmonies of #BDCB3A
Complementary color
Monochromatic Colors of #BDCB3A
Black with #BDCB3A
Text Example
Text Example
White with #BDCB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCB3A; }
p { color: rgb(189,203,58); }
H1.HeaderClassName
{
color: #BDCB3A;
}
.AnyTagClassName
{
color: #BDCB3A;
}
</style>
background-color css
<style>
a { background-color: #BDCB3A; }
a { background-color: rgb(189,203,58); }
div.DivClassName
{
background-color: #BDCB3A;
}
.BgClassName
{
background-color: #BDCB3A;
}
</style>
border-color css
<style>
span { border-color: #BDCB3A; }
span { border-color: rgb(189,203,58); }
td.TdClassName
{
border-color: #BDCB3A;
}
.TagClassName
{
border-color: #BDCB3A;
}
</style>