Shades of Fuego #BDC234
Tints of Fuego #BDC234
RGB
CMYK
RGB Variations
Color information
#BDC234 (or 0xBDC234) is known color: Fuego. HEX triplet: BD, C2 and 34. RGB value is (189,194,52). Sum of RGB (Red+Green+Blue) = 189+194+52=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC234 is #423DCB. Grayscale: #B0B0B0. Windows color (decimal): -4341196 or 3457725. OLE color: 3457725.
HSL color Cylindrical-coordinate representation of color #BDC234: hue angle of 62.11º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDC234 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 52 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.24 |
| HSL | 62.11º | 0.58% | 0.48% | - |
| HSV(B) | 62.11º | 0.73% | 0.76% | - |
| XYZ | 40.9 | 49.65 | 10.68 | - |
| YUV | 176.32 | 57.84 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 52 | 0.03 | 0 | 0.73 | 0.24 | 62.11 | 0.58 | 0.48 |
| Hex | BD | C2 | 34 | 3 | 0 | 49 | 18 | 3E | 3A | 30 |
| Octal | 275 | 302 | 64 | 3 | 0 | 111 | 30 | 76 | 72 | 60 |
| Binary | 10111101 | 11000010 | 110100 | 11 | 0 | 1001001 | 11000 | 111110 | 111010 | 110000 |
Color Harmonies of #BDC234
Complementary color
Monochromatic Colors of #BDC234
Black with #BDC234
Text Example
Text Example
White with #BDC234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC234; }
p { color: rgb(189,194,52); }
H1.HeaderClassName
{
color: #BDC234;
}
.AnyTagClassName
{
color: #BDC234;
}
</style>
background-color css
<style>
a { background-color: #BDC234; }
a { background-color: rgb(189,194,52); }
div.DivClassName
{
background-color: #BDC234;
}
.BgClassName
{
background-color: #BDC234;
}
</style>
border-color css
<style>
span { border-color: #BDC234; }
span { border-color: rgb(189,194,52); }
td.TdClassName
{
border-color: #BDC234;
}
.TagClassName
{
border-color: #BDC234;
}
</style>