Shades of Fuego #B2CA2D
Tints of Fuego #B2CA2D
RGB
CMYK
RGB Variations
Color information
#B2CA2D (or 0xB2CA2D) is known color: Fuego. HEX triplet: B2, CA and 2D. RGB value is (178,202,45). Sum of RGB (Red+Green+Blue) = 178+202+45=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CA2D is #4D35D2. Grayscale: #B1B1B1. Windows color (decimal): -5060051 or 3001010. OLE color: 3001010.
HSL color Cylindrical-coordinate representation of color #B2CA2D: hue angle of 69.17º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2CA2D is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 45 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.21 |
| HSL | 69.17º | 0.64% | 0.48% | - |
| HSV(B) | 69.17º | 0.78% | 0.79% | - |
| XYZ | 39.95 | 51.9 | 10.39 | - |
| YUV | 176.93 | 53.55 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 45 | 0.12 | 0 | 0.78 | 0.21 | 69.17 | 0.64 | 0.48 |
| Hex | B2 | CA | 2D | C | 0 | 4E | 15 | 45 | 40 | 30 |
| Octal | 262 | 312 | 55 | 14 | 0 | 116 | 25 | 105 | 100 | 60 |
| Binary | 10110010 | 11001010 | 101101 | 1100 | 0 | 1001110 | 10101 | 1000101 | 1000000 | 110000 |
Color Harmonies of #B2CA2D
Complementary color
Monochromatic Colors of #B2CA2D
Black with #B2CA2D
Text Example
Text Example
White with #B2CA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CA2D; }
p { color: rgb(178,202,45); }
H1.HeaderClassName
{
color: #B2CA2D;
}
.AnyTagClassName
{
color: #B2CA2D;
}
</style>
background-color css
<style>
a { background-color: #B2CA2D; }
a { background-color: rgb(178,202,45); }
div.DivClassName
{
background-color: #B2CA2D;
}
.BgClassName
{
background-color: #B2CA2D;
}
</style>
border-color css
<style>
span { border-color: #B2CA2D; }
span { border-color: rgb(178,202,45); }
td.TdClassName
{
border-color: #B2CA2D;
}
.TagClassName
{
border-color: #B2CA2D;
}
</style>