Shades of Fuego #B4CC2D
Tints of Fuego #B4CC2D
RGB
CMYK
RGB Variations
Color information
#B4CC2D (or 0xB4CC2D) is known color: Fuego. HEX triplet: B4, CC and 2D. RGB value is (180,204,45). Sum of RGB (Red+Green+Blue) = 180+204+45=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CC2D is #4B33D2. Grayscale: #B3B3B3. Windows color (decimal): -4928467 or 3001524. OLE color: 3001524.
HSL color Cylindrical-coordinate representation of color #B4CC2D: hue angle of 69.06º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4CC2D is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 204 | 45 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.2 |
| HSL | 69.06º | 0.64% | 0.49% | - |
| HSV(B) | 69.06º | 0.78% | 0.8% | - |
| XYZ | 40.89 | 53.08 | 10.57 | - |
| YUV | 178.7 | 52.55 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 204 | 45 | 0.12 | 0 | 0.78 | 0.2 | 69.06 | 0.64 | 0.49 |
| Hex | B4 | CC | 2D | C | 0 | 4E | 14 | 45 | 40 | 31 |
| Octal | 264 | 314 | 55 | 14 | 0 | 116 | 24 | 105 | 100 | 61 |
| Binary | 10110100 | 11001100 | 101101 | 1100 | 0 | 1001110 | 10100 | 1000101 | 1000000 | 110001 |
Color Harmonies of #B4CC2D
Complementary color
Monochromatic Colors of #B4CC2D
Black with #B4CC2D
Text Example
Text Example
White with #B4CC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CC2D; }
p { color: rgb(180,204,45); }
H1.HeaderClassName
{
color: #B4CC2D;
}
.AnyTagClassName
{
color: #B4CC2D;
}
</style>
background-color css
<style>
a { background-color: #B4CC2D; }
a { background-color: rgb(180,204,45); }
div.DivClassName
{
background-color: #B4CC2D;
}
.BgClassName
{
background-color: #B4CC2D;
}
</style>
border-color css
<style>
span { border-color: #B4CC2D; }
span { border-color: rgb(180,204,45); }
td.TdClassName
{
border-color: #B4CC2D;
}
.TagClassName
{
border-color: #B4CC2D;
}
</style>