Shades of Fuego #B6CA2E
Tints of Fuego #B6CA2E
RGB
CMYK
RGB Variations
Color information
#B6CA2E (or 0xB6CA2E) is known color: Fuego. HEX triplet: B6, CA and 2E. RGB value is (182,202,46). Sum of RGB (Red+Green+Blue) = 182+202+46=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 46 (18.36% from 255 or 10.70% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6CA2E is #4935D1. Grayscale: #B2B2B2. Windows color (decimal): -4797906 or 3066550. OLE color: 3066550.
HSL color Cylindrical-coordinate representation of color #B6CA2E: hue angle of 67.69º 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 #B6CA2E is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 202 | 46 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.21 |
| HSL | 67.69º | 0.63% | 0.49% | - |
| HSV(B) | 67.69º | 0.77% | 0.79% | - |
| XYZ | 40.91 | 52.38 | 10.54 | - |
| YUV | 178.24 | 53.37 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 202 | 46 | 0.10 | 0 | 0.77 | 0.21 | 67.69 | 0.63 | 0.49 |
| Hex | B6 | CA | 2E | A | 0 | 4D | 15 | 44 | 3F | 31 |
| Octal | 266 | 312 | 56 | 12 | 0 | 115 | 25 | 104 | 77 | 61 |
| Binary | 10110110 | 11001010 | 101110 | 1010 | 0 | 1001101 | 10101 | 1000100 | 111111 | 110001 |
Color Harmonies of #B6CA2E
Complementary color
Monochromatic Colors of #B6CA2E
Black with #B6CA2E
Text Example
Text Example
White with #B6CA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CA2E; }
p { color: rgb(182,202,46); }
H1.HeaderClassName
{
color: #B6CA2E;
}
.AnyTagClassName
{
color: #B6CA2E;
}
</style>
background-color css
<style>
a { background-color: #B6CA2E; }
a { background-color: rgb(182,202,46); }
div.DivClassName
{
background-color: #B6CA2E;
}
.BgClassName
{
background-color: #B6CA2E;
}
</style>
border-color css
<style>
span { border-color: #B6CA2E; }
span { border-color: rgb(182,202,46); }
td.TdClassName
{
border-color: #B6CA2E;
}
.TagClassName
{
border-color: #B6CA2E;
}
</style>