Shades of Fuego #BDD12C
Tints of Fuego #BDD12C
RGB
CMYK
RGB Variations
Color information
#BDD12C (or 0xBDD12C) is known color: Fuego. HEX triplet: BD, D1 and 2C. RGB value is (189,209,44). Sum of RGB (Red+Green+Blue) = 189+209+44=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 209 (82.03% from 255 or 47.29% from 442); Blue value is 44 (17.58% from 255 or 9.95% from 442); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD12C is #422ED3. Grayscale: #B8B8B8. Windows color (decimal): -4337364 or 2937277. OLE color: 2937277.
HSL color Cylindrical-coordinate representation of color #BDD12C: hue angle of 67.27º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDD12C is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 44 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.18 |
| HSL | 67.27º | 0.65% | 0.5% | - |
| HSV(B) | 67.27º | 0.79% | 0.82% | - |
| XYZ | 44.24 | 56.6 | 10.98 | - |
| YUV | 184.21 | 48.87 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 44 | 0.10 | 0 | 0.79 | 0.18 | 67.27 | 0.65 | 0.5 |
| Hex | BD | D1 | 2C | A | 0 | 4F | 12 | 43 | 41 | 32 |
| Octal | 275 | 321 | 54 | 12 | 0 | 117 | 22 | 103 | 101 | 62 |
| Binary | 10111101 | 11010001 | 101100 | 1010 | 0 | 1001111 | 10010 | 1000011 | 1000001 | 110010 |
Color Harmonies of #BDD12C
Complementary color
Monochromatic Colors of #BDD12C
Black with #BDD12C
Text Example
Text Example
White with #BDD12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD12C; }
p { color: rgb(189,209,44); }
H1.HeaderClassName
{
color: #BDD12C;
}
.AnyTagClassName
{
color: #BDD12C;
}
</style>
background-color css
<style>
a { background-color: #BDD12C; }
a { background-color: rgb(189,209,44); }
div.DivClassName
{
background-color: #BDD12C;
}
.BgClassName
{
background-color: #BDD12C;
}
</style>
border-color css
<style>
span { border-color: #BDD12C; }
span { border-color: rgb(189,209,44); }
td.TdClassName
{
border-color: #BDD12C;
}
.TagClassName
{
border-color: #BDD12C;
}
</style>