Shades of Fuego #BDC83A
Tints of Fuego #BDC83A
RGB
CMYK
RGB Variations
Color information
#BDC83A (or 0xBDC83A) is known color: Fuego. HEX triplet: BD, C8 and 3A. RGB value is (189,200,58). Sum of RGB (Red+Green+Blue) = 189+200+58=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 58 (23.05% from 255 or 12.98% from 447); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC83A is #4237C5. Grayscale: #B5B5B5. Windows color (decimal): -4339654 or 3852477. OLE color: 3852477.
HSL color Cylindrical-coordinate representation of color #BDC83A: hue angle of 64.65º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDC83A is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 58 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.22 |
| HSL | 64.65º | 0.56% | 0.51% | - |
| HSV(B) | 64.65º | 0.71% | 0.78% | - |
| XYZ | 42.4 | 52.43 | 11.89 | - |
| YUV | 180.52 | 58.86 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 58 | 0.06 | 0 | 0.71 | 0.22 | 64.65 | 0.56 | 0.51 |
| Hex | BD | C8 | 3A | 6 | 0 | 47 | 16 | 41 | 38 | 33 |
| Octal | 275 | 310 | 72 | 6 | 0 | 107 | 26 | 101 | 70 | 63 |
| Binary | 10111101 | 11001000 | 111010 | 110 | 0 | 1000111 | 10110 | 1000001 | 111000 | 110011 |
Color Harmonies of #BDC83A
Complementary color
Monochromatic Colors of #BDC83A
Black with #BDC83A
Text Example
Text Example
White with #BDC83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC83A; }
p { color: rgb(189,200,58); }
H1.HeaderClassName
{
color: #BDC83A;
}
.AnyTagClassName
{
color: #BDC83A;
}
</style>
background-color css
<style>
a { background-color: #BDC83A; }
a { background-color: rgb(189,200,58); }
div.DivClassName
{
background-color: #BDC83A;
}
.BgClassName
{
background-color: #BDC83A;
}
</style>
border-color css
<style>
span { border-color: #BDC83A; }
span { border-color: rgb(189,200,58); }
td.TdClassName
{
border-color: #BDC83A;
}
.TagClassName
{
border-color: #BDC83A;
}
</style>