Shades of Fuego #BDCF32
Tints of Fuego #BDCF32
RGB
CMYK
RGB Variations
Color information
#BDCF32 (or 0xBDCF32) is known color: Fuego. HEX triplet: BD, CF and 32. RGB value is (189,207,50). Sum of RGB (Red+Green+Blue) = 189+207+50=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCF32 is #4230CD. Grayscale: #B8B8B8. Windows color (decimal): -4337870 or 3329981. OLE color: 3329981.
HSL color Cylindrical-coordinate representation of color #BDCF32: hue angle of 66.88º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDCF32 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 207 | 50 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.19 |
| HSL | 66.88º | 0.62% | 0.5% | - |
| HSV(B) | 66.88º | 0.76% | 0.81% | - |
| XYZ | 43.87 | 55.67 | 11.45 | - |
| YUV | 183.72 | 52.54 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 50 | 0.09 | 0 | 0.76 | 0.19 | 66.88 | 0.62 | 0.5 |
| Hex | BD | CF | 32 | 9 | 0 | 4C | 13 | 43 | 3E | 32 |
| Octal | 275 | 317 | 62 | 11 | 0 | 114 | 23 | 103 | 76 | 62 |
| Binary | 10111101 | 11001111 | 110010 | 1001 | 0 | 1001100 | 10011 | 1000011 | 111110 | 110010 |
Color Harmonies of #BDCF32
Complementary color
Monochromatic Colors of #BDCF32
Black with #BDCF32
Text Example
Text Example
White with #BDCF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCF32; }
p { color: rgb(189,207,50); }
H1.HeaderClassName
{
color: #BDCF32;
}
.AnyTagClassName
{
color: #BDCF32;
}
</style>
background-color css
<style>
a { background-color: #BDCF32; }
a { background-color: rgb(189,207,50); }
div.DivClassName
{
background-color: #BDCF32;
}
.BgClassName
{
background-color: #BDCF32;
}
</style>
border-color css
<style>
span { border-color: #BDCF32; }
span { border-color: rgb(189,207,50); }
td.TdClassName
{
border-color: #BDCF32;
}
.TagClassName
{
border-color: #BDCF32;
}
</style>