Shades of Fuego #B8CA2D
Tints of Fuego #B8CA2D
RGB
CMYK
RGB Variations
Color information
#B8CA2D (or 0xB8CA2D) is known color: Fuego. HEX triplet: B8, CA and 2D. RGB value is (184,202,45). Sum of RGB (Red+Green+Blue) = 184+202+45=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CA2D is #4735D2. Grayscale: #B3B3B3. Windows color (decimal): -4666835 or 3001016. OLE color: 3001016.
HSL color Cylindrical-coordinate representation of color #B8CA2D: hue angle of 66.88º 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 #B8CA2D is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 202 | 45 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.21 |
| HSL | 66.88º | 0.64% | 0.48% | - |
| HSV(B) | 66.88º | 0.78% | 0.79% | - |
| XYZ | 41.36 | 52.62 | 10.46 | - |
| YUV | 178.72 | 52.54 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 202 | 45 | 0.09 | 0 | 0.78 | 0.21 | 66.88 | 0.64 | 0.48 |
| Hex | B8 | CA | 2D | 9 | 0 | 4E | 15 | 43 | 40 | 30 |
| Octal | 270 | 312 | 55 | 11 | 0 | 116 | 25 | 103 | 100 | 60 |
| Binary | 10111000 | 11001010 | 101101 | 1001 | 0 | 1001110 | 10101 | 1000011 | 1000000 | 110000 |
Color Harmonies of #B8CA2D
Complementary color
Monochromatic Colors of #B8CA2D
Black with #B8CA2D
Text Example
Text Example
White with #B8CA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CA2D; }
p { color: rgb(184,202,45); }
H1.HeaderClassName
{
color: #B8CA2D;
}
.AnyTagClassName
{
color: #B8CA2D;
}
</style>
background-color css
<style>
a { background-color: #B8CA2D; }
a { background-color: rgb(184,202,45); }
div.DivClassName
{
background-color: #B8CA2D;
}
.BgClassName
{
background-color: #B8CA2D;
}
</style>
border-color css
<style>
span { border-color: #B8CA2D; }
span { border-color: rgb(184,202,45); }
td.TdClassName
{
border-color: #B8CA2D;
}
.TagClassName
{
border-color: #B8CA2D;
}
</style>