Shades of Fuego #BDC22F
Tints of Fuego #BDC22F
RGB
CMYK
RGB Variations
Color information
#BDC22F (or 0xBDC22F) is known color: Fuego. HEX triplet: BD, C2 and 2F. RGB value is (189,194,47). Sum of RGB (Red+Green+Blue) = 189+194+47=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 47 (18.75% from 255 or 10.93% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC22F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC22F is #423DD0. Grayscale: #B0B0B0. Windows color (decimal): -4341201 or 3130045. OLE color: 3130045.
HSL color Cylindrical-coordinate representation of color #BDC22F: hue angle of 62.04º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDC22F is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 47 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.24 |
| HSL | 62.04º | 0.61% | 0.47% | - |
| HSV(B) | 62.04º | 0.76% | 0.76% | - |
| XYZ | 40.79 | 49.61 | 10.11 | - |
| YUV | 175.75 | 55.34 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 47 | 0.03 | 0 | 0.76 | 0.24 | 62.04 | 0.61 | 0.47 |
| Hex | BD | C2 | 2F | 3 | 0 | 4C | 18 | 3E | 3D | 2F |
| Octal | 275 | 302 | 57 | 3 | 0 | 114 | 30 | 76 | 75 | 57 |
| Binary | 10111101 | 11000010 | 101111 | 11 | 0 | 1001100 | 11000 | 111110 | 111101 | 101111 |
Color Harmonies of #BDC22F
Complementary color
Monochromatic Colors of #BDC22F
Black with #BDC22F
Text Example
Text Example
White with #BDC22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC22F; }
p { color: rgb(189,194,47); }
H1.HeaderClassName
{
color: #BDC22F;
}
.AnyTagClassName
{
color: #BDC22F;
}
</style>
background-color css
<style>
a { background-color: #BDC22F; }
a { background-color: rgb(189,194,47); }
div.DivClassName
{
background-color: #BDC22F;
}
.BgClassName
{
background-color: #BDC22F;
}
</style>
border-color css
<style>
span { border-color: #BDC22F; }
span { border-color: rgb(189,194,47); }
td.TdClassName
{
border-color: #BDC22F;
}
.TagClassName
{
border-color: #BDC22F;
}
</style>