Shades of Fuego #BDDB23
Tints of Fuego #BDDB23
RGB
CMYK
RGB Variations
Color information
#BDDB23 (or 0xBDDB23) is known color: Fuego. HEX triplet: BD, DB and 23. RGB value is (189,219,35). Sum of RGB (Red+Green+Blue) = 189+219+35=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 35 (14.06% from 255 or 7.90% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDB23 is #4224DC. Grayscale: #BDBDBD. Windows color (decimal): -4334813 or 2350013. OLE color: 2350013.
HSL color Cylindrical-coordinate representation of color #BDDB23: hue angle of 69.78º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDDB23 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 35 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.14 |
| HSL | 69.78º | 0.72% | 0.5% | - |
| HSV(B) | 69.78º | 0.84% | 0.86% | - |
| XYZ | 46.62 | 61.6 | 11.02 | - |
| YUV | 189.05 | 41.06 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 35 | 0.14 | 0 | 0.84 | 0.14 | 69.78 | 0.72 | 0.5 |
| Hex | BD | DB | 23 | E | 0 | 54 | E | 46 | 48 | 32 |
| Octal | 275 | 333 | 43 | 16 | 0 | 124 | 16 | 106 | 110 | 62 |
| Binary | 10111101 | 11011011 | 100011 | 1110 | 0 | 1010100 | 1110 | 1000110 | 1001000 | 110010 |
Color Harmonies of #BDDB23
Complementary color
Monochromatic Colors of #BDDB23
Black with #BDDB23
Text Example
Text Example
White with #BDDB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB23; }
p { color: rgb(189,219,35); }
H1.HeaderClassName
{
color: #BDDB23;
}
.AnyTagClassName
{
color: #BDDB23;
}
</style>
background-color css
<style>
a { background-color: #BDDB23; }
a { background-color: rgb(189,219,35); }
div.DivClassName
{
background-color: #BDDB23;
}
.BgClassName
{
background-color: #BDDB23;
}
</style>
border-color css
<style>
span { border-color: #BDDB23; }
span { border-color: rgb(189,219,35); }
td.TdClassName
{
border-color: #BDDB23;
}
.TagClassName
{
border-color: #BDDB23;
}
</style>