Shades of Fuego #B4CD32
Tints of Fuego #B4CD32
RGB
CMYK
RGB Variations
Color information
#B4CD32 (or 0xB4CD32) is known color: Fuego. HEX triplet: B4, CD and 32. RGB value is (180,205,50). Sum of RGB (Red+Green+Blue) = 180+205+50=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CD32 is #4B32CD. Grayscale: #B4B4B4. Windows color (decimal): -4928206 or 3329460. OLE color: 3329460.
HSL color Cylindrical-coordinate representation of color #B4CD32: hue angle of 69.68º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4CD32 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 205 | 50 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.20 |
| HSL | 69.68º | 0.61% | 0.5% | - |
| HSV(B) | 69.68º | 0.76% | 0.8% | - |
| XYZ | 41.23 | 53.6 | 11.19 | - |
| YUV | 179.86 | 54.72 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 205 | 50 | 0.12 | 0 | 0.76 | 0.20 | 69.68 | 0.61 | 0.5 |
| Hex | B4 | CD | 32 | C | 0 | 4C | 14 | 46 | 3D | 32 |
| Octal | 264 | 315 | 62 | 14 | 0 | 114 | 24 | 106 | 75 | 62 |
| Binary | 10110100 | 11001101 | 110010 | 1100 | 0 | 1001100 | 10100 | 1000110 | 111101 | 110010 |
Color Harmonies of #B4CD32
Complementary color
Monochromatic Colors of #B4CD32
Black with #B4CD32
Text Example
Text Example
White with #B4CD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CD32; }
p { color: rgb(180,205,50); }
H1.HeaderClassName
{
color: #B4CD32;
}
.AnyTagClassName
{
color: #B4CD32;
}
</style>
background-color css
<style>
a { background-color: #B4CD32; }
a { background-color: rgb(180,205,50); }
div.DivClassName
{
background-color: #B4CD32;
}
.BgClassName
{
background-color: #B4CD32;
}
</style>
border-color css
<style>
span { border-color: #B4CD32; }
span { border-color: rgb(180,205,50); }
td.TdClassName
{
border-color: #B4CD32;
}
.TagClassName
{
border-color: #B4CD32;
}
</style>