Shades of Fuego #BDC333
Tints of Fuego #BDC333
RGB
CMYK
RGB Variations
Color information
#BDC333 (or 0xBDC333) is known color: Fuego. HEX triplet: BD, C3 and 33. RGB value is (189,195,51). Sum of RGB (Red+Green+Blue) = 189+195+51=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 51 (20.31% from 255 or 11.72% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC333 is #423CCC. Grayscale: #B1B1B1. Windows color (decimal): -4340941 or 3392445. OLE color: 3392445.
HSL color Cylindrical-coordinate representation of color #BDC333: hue angle of 62.5º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDC333 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 51 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.24 |
| HSL | 62.5º | 0.59% | 0.48% | - |
| HSV(B) | 62.5º | 0.74% | 0.76% | - |
| XYZ | 41.1 | 50.09 | 10.63 | - |
| YUV | 176.79 | 57.01 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 51 | 0.03 | 0 | 0.74 | 0.24 | 62.5 | 0.59 | 0.48 |
| Hex | BD | C3 | 33 | 3 | 0 | 4A | 18 | 3F | 3B | 30 |
| Octal | 275 | 303 | 63 | 3 | 0 | 112 | 30 | 77 | 73 | 60 |
| Binary | 10111101 | 11000011 | 110011 | 11 | 0 | 1001010 | 11000 | 111111 | 111011 | 110000 |
Color Harmonies of #BDC333
Complementary color
Monochromatic Colors of #BDC333
Black with #BDC333
Text Example
Text Example
White with #BDC333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC333; }
p { color: rgb(189,195,51); }
H1.HeaderClassName
{
color: #BDC333;
}
.AnyTagClassName
{
color: #BDC333;
}
</style>
background-color css
<style>
a { background-color: #BDC333; }
a { background-color: rgb(189,195,51); }
div.DivClassName
{
background-color: #BDC333;
}
.BgClassName
{
background-color: #BDC333;
}
</style>
border-color css
<style>
span { border-color: #BDC333; }
span { border-color: rgb(189,195,51); }
td.TdClassName
{
border-color: #BDC333;
}
.TagClassName
{
border-color: #BDC333;
}
</style>