Shades of Fuego #BDC933
Tints of Fuego #BDC933
RGB
CMYK
RGB Variations
Color information
#BDC933 (or 0xBDC933) is known color: Fuego. HEX triplet: BD, C9 and 33. RGB value is (189,201,51). Sum of RGB (Red+Green+Blue) = 189+201+51=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 51 (20.31% from 255 or 11.56% from 441); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC933 is #4236CC. Grayscale: #B4B4B4. Windows color (decimal): -4339405 or 3393981. OLE color: 3393981.
HSL color Cylindrical-coordinate representation of color #BDC933: hue angle of 64.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDC933 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 51 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.21 |
| HSL | 64.8º | 0.6% | 0.49% | - |
| HSV(B) | 64.8º | 0.75% | 0.79% | - |
| XYZ | 42.47 | 52.83 | 11.09 | - |
| YUV | 180.31 | 55.02 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 51 | 0.06 | 0 | 0.75 | 0.21 | 64.8 | 0.6 | 0.49 |
| Hex | BD | C9 | 33 | 6 | 0 | 4B | 15 | 41 | 3C | 31 |
| Octal | 275 | 311 | 63 | 6 | 0 | 113 | 25 | 101 | 74 | 61 |
| Binary | 10111101 | 11001001 | 110011 | 110 | 0 | 1001011 | 10101 | 1000001 | 111100 | 110001 |
Color Harmonies of #BDC933
Complementary color
Monochromatic Colors of #BDC933
Black with #BDC933
Text Example
Text Example
White with #BDC933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC933; }
p { color: rgb(189,201,51); }
H1.HeaderClassName
{
color: #BDC933;
}
.AnyTagClassName
{
color: #BDC933;
}
</style>
background-color css
<style>
a { background-color: #BDC933; }
a { background-color: rgb(189,201,51); }
div.DivClassName
{
background-color: #BDC933;
}
.BgClassName
{
background-color: #BDC933;
}
</style>
border-color css
<style>
span { border-color: #BDC933; }
span { border-color: rgb(189,201,51); }
td.TdClassName
{
border-color: #BDC933;
}
.TagClassName
{
border-color: #BDC933;
}
</style>