Shades of Fuego #BDC336
Tints of Fuego #BDC336
RGB
CMYK
RGB Variations
Color information
#BDC336 (or 0xBDC336) is known color: Fuego. HEX triplet: BD, C3 and 36. RGB value is (189,195,54). Sum of RGB (Red+Green+Blue) = 189+195+54=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 54 (21.48% from 255 or 12.33% from 438); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC336 is #423CC9. Grayscale: #B1B1B1. Windows color (decimal): -4340938 or 3589053. OLE color: 3589053.
HSL color Cylindrical-coordinate representation of color #BDC336: hue angle of 62.55º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDC336 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 54 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.24 |
| HSL | 62.55º | 0.57% | 0.49% | - |
| HSV(B) | 62.55º | 0.72% | 0.76% | - |
| XYZ | 41.17 | 50.12 | 10.99 | - |
| YUV | 177.13 | 58.51 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 54 | 0.03 | 0 | 0.72 | 0.24 | 62.55 | 0.57 | 0.49 |
| Hex | BD | C3 | 36 | 3 | 0 | 48 | 18 | 3F | 39 | 31 |
| Octal | 275 | 303 | 66 | 3 | 0 | 110 | 30 | 77 | 71 | 61 |
| Binary | 10111101 | 11000011 | 110110 | 11 | 0 | 1001000 | 11000 | 111111 | 111001 | 110001 |
Color Harmonies of #BDC336
Complementary color
Monochromatic Colors of #BDC336
Black with #BDC336
Text Example
Text Example
White with #BDC336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC336; }
p { color: rgb(189,195,54); }
H1.HeaderClassName
{
color: #BDC336;
}
.AnyTagClassName
{
color: #BDC336;
}
</style>
background-color css
<style>
a { background-color: #BDC336; }
a { background-color: rgb(189,195,54); }
div.DivClassName
{
background-color: #BDC336;
}
.BgClassName
{
background-color: #BDC336;
}
</style>
border-color css
<style>
span { border-color: #BDC336; }
span { border-color: rgb(189,195,54); }
td.TdClassName
{
border-color: #BDC336;
}
.TagClassName
{
border-color: #BDC336;
}
</style>