Shades of Fuego #BDCD30
Tints of Fuego #BDCD30
RGB
CMYK
RGB Variations
Color information
#BDCD30 (or 0xBDCD30) is known color: Fuego. HEX triplet: BD, CD and 30. RGB value is (189,205,48). Sum of RGB (Red+Green+Blue) = 189+205+48=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 48 (19.14% from 255 or 10.86% from 442); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCD30 is #4232CF. Grayscale: #B6B6B6. Windows color (decimal): -4338384 or 3198397. OLE color: 3198397.
HSL color Cylindrical-coordinate representation of color #BDCD30: hue angle of 66.11º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDCD30 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 205 | 48 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.20 |
| HSL | 66.11º | 0.62% | 0.5% | - |
| HSV(B) | 66.11º | 0.77% | 0.8% | - |
| XYZ | 43.35 | 54.69 | 11.07 | - |
| YUV | 182.32 | 52.2 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 48 | 0.08 | 0 | 0.77 | 0.20 | 66.11 | 0.62 | 0.5 |
| Hex | BD | CD | 30 | 8 | 0 | 4D | 14 | 42 | 3E | 32 |
| Octal | 275 | 315 | 60 | 10 | 0 | 115 | 24 | 102 | 76 | 62 |
| Binary | 10111101 | 11001101 | 110000 | 1000 | 0 | 1001101 | 10100 | 1000010 | 111110 | 110010 |
Color Harmonies of #BDCD30
Complementary color
Monochromatic Colors of #BDCD30
Black with #BDCD30
Text Example
Text Example
White with #BDCD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCD30; }
p { color: rgb(189,205,48); }
H1.HeaderClassName
{
color: #BDCD30;
}
.AnyTagClassName
{
color: #BDCD30;
}
</style>
background-color css
<style>
a { background-color: #BDCD30; }
a { background-color: rgb(189,205,48); }
div.DivClassName
{
background-color: #BDCD30;
}
.BgClassName
{
background-color: #BDCD30;
}
</style>
border-color css
<style>
span { border-color: #BDCD30; }
span { border-color: rgb(189,205,48); }
td.TdClassName
{
border-color: #BDCD30;
}
.TagClassName
{
border-color: #BDCD30;
}
</style>