Shades of Fuego #BDD226
Tints of Fuego #BDD226
RGB
CMYK
RGB Variations
Color information
#BDD226 (or 0xBDD226) is known color: Fuego. HEX triplet: BD, D2 and 26. RGB value is (189,210,38). Sum of RGB (Red+Green+Blue) = 189+210+38=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 210 (82.42% from 255 or 48.05% from 437); Blue value is 38 (15.23% from 255 or 8.70% from 437); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD226 is #422DD9. Grayscale: #B8B8B8. Windows color (decimal): -4337114 or 2544317. OLE color: 2544317.
HSL color Cylindrical-coordinate representation of color #BDD226: hue angle of 67.33º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDD226 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 38 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.18 |
| HSL | 67.33º | 0.69% | 0.49% | - |
| HSV(B) | 67.33º | 0.82% | 0.82% | - |
| XYZ | 44.38 | 57.05 | 10.51 | - |
| YUV | 184.11 | 45.54 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 38 | 0.10 | 0 | 0.82 | 0.18 | 67.33 | 0.69 | 0.49 |
| Hex | BD | D2 | 26 | A | 0 | 52 | 12 | 43 | 45 | 31 |
| Octal | 275 | 322 | 46 | 12 | 0 | 122 | 22 | 103 | 105 | 61 |
| Binary | 10111101 | 11010010 | 100110 | 1010 | 0 | 1010010 | 10010 | 1000011 | 1000101 | 110001 |
Color Harmonies of #BDD226
Complementary color
Monochromatic Colors of #BDD226
Black with #BDD226
Text Example
Text Example
White with #BDD226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD226; }
p { color: rgb(189,210,38); }
H1.HeaderClassName
{
color: #BDD226;
}
.AnyTagClassName
{
color: #BDD226;
}
</style>
background-color css
<style>
a { background-color: #BDD226; }
a { background-color: rgb(189,210,38); }
div.DivClassName
{
background-color: #BDD226;
}
.BgClassName
{
background-color: #BDD226;
}
</style>
border-color css
<style>
span { border-color: #BDD226; }
span { border-color: rgb(189,210,38); }
td.TdClassName
{
border-color: #BDD226;
}
.TagClassName
{
border-color: #BDD226;
}
</style>