Shades of Fuego #B2CA2E
Tints of Fuego #B2CA2E
RGB
CMYK
RGB Variations
Color information
#B2CA2E (or 0xB2CA2E) is known color: Fuego. HEX triplet: B2, CA and 2E. RGB value is (178,202,46). Sum of RGB (Red+Green+Blue) = 178+202+46=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 46 (18.36% from 255 or 10.80% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CA2E is #4D35D1. Grayscale: #B1B1B1. Windows color (decimal): -5060050 or 3066546. OLE color: 3066546.
HSL color Cylindrical-coordinate representation of color #B2CA2E: hue angle of 69.23º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2CA2E is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 46 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.21 |
| HSL | 69.23º | 0.63% | 0.49% | - |
| HSV(B) | 69.23º | 0.77% | 0.79% | - |
| XYZ | 39.97 | 51.9 | 10.5 | - |
| YUV | 177.04 | 54.05 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 46 | 0.12 | 0 | 0.77 | 0.21 | 69.23 | 0.63 | 0.49 |
| Hex | B2 | CA | 2E | C | 0 | 4D | 15 | 45 | 3F | 31 |
| Octal | 262 | 312 | 56 | 14 | 0 | 115 | 25 | 105 | 77 | 61 |
| Binary | 10110010 | 11001010 | 101110 | 1100 | 0 | 1001101 | 10101 | 1000101 | 111111 | 110001 |
Color Harmonies of #B2CA2E
Complementary color
Monochromatic Colors of #B2CA2E
Black with #B2CA2E
Text Example
Text Example
White with #B2CA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CA2E; }
p { color: rgb(178,202,46); }
H1.HeaderClassName
{
color: #B2CA2E;
}
.AnyTagClassName
{
color: #B2CA2E;
}
</style>
background-color css
<style>
a { background-color: #B2CA2E; }
a { background-color: rgb(178,202,46); }
div.DivClassName
{
background-color: #B2CA2E;
}
.BgClassName
{
background-color: #B2CA2E;
}
</style>
border-color css
<style>
span { border-color: #B2CA2E; }
span { border-color: rgb(178,202,46); }
td.TdClassName
{
border-color: #B2CA2E;
}
.TagClassName
{
border-color: #B2CA2E;
}
</style>