Shades of Fuego #BDCC37
Tints of Fuego #BDCC37
RGB
CMYK
RGB Variations
Color information
#BDCC37 (or 0xBDCC37) is known color: Fuego. HEX triplet: BD, CC and 37. RGB value is (189,204,55). Sum of RGB (Red+Green+Blue) = 189+204+55=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 55 (21.88% from 255 or 12.28% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCC37 is #4233C8. Grayscale: #B7B7B7. Windows color (decimal): -4338633 or 3656893. OLE color: 3656893.
HSL color Cylindrical-coordinate representation of color #BDCC37: hue angle of 66.04º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDCC37 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 55 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.2 |
| HSL | 66.04º | 0.59% | 0.51% | - |
| HSV(B) | 66.04º | 0.73% | 0.8% | - |
| XYZ | 43.27 | 54.28 | 11.81 | - |
| YUV | 182.53 | 56.03 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 55 | 0.07 | 0 | 0.73 | 0.2 | 66.04 | 0.59 | 0.51 |
| Hex | BD | CC | 37 | 7 | 0 | 49 | 14 | 42 | 3B | 33 |
| Octal | 275 | 314 | 67 | 7 | 0 | 111 | 24 | 102 | 73 | 63 |
| Binary | 10111101 | 11001100 | 110111 | 111 | 0 | 1001001 | 10100 | 1000010 | 111011 | 110011 |
Color Harmonies of #BDCC37
Complementary color
Monochromatic Colors of #BDCC37
Black with #BDCC37
Text Example
Text Example
White with #BDCC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCC37; }
p { color: rgb(189,204,55); }
H1.HeaderClassName
{
color: #BDCC37;
}
.AnyTagClassName
{
color: #BDCC37;
}
</style>
background-color css
<style>
a { background-color: #BDCC37; }
a { background-color: rgb(189,204,55); }
div.DivClassName
{
background-color: #BDCC37;
}
.BgClassName
{
background-color: #BDCC37;
}
</style>
border-color css
<style>
span { border-color: #BDCC37; }
span { border-color: rgb(189,204,55); }
td.TdClassName
{
border-color: #BDCC37;
}
.TagClassName
{
border-color: #BDCC37;
}
</style>