Shades of Fuego #B6CB3A
Tints of Fuego #B6CB3A
RGB
CMYK
RGB Variations
Color information
#B6CB3A (or 0xB6CB3A) is known color: Fuego. HEX triplet: B6, CB and 3A. RGB value is (182,203,58). Sum of RGB (Red+Green+Blue) = 182+203+58=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 58 (23.05% from 255 or 13.09% from 443); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6CB3A is #4934C5. Grayscale: #B4B4B4. Windows color (decimal): -4797638 or 3853238. OLE color: 3853238.
HSL color Cylindrical-coordinate representation of color #B6CB3A: hue angle of 68.69º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B6CB3A is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 203 | 58 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.20 |
| HSL | 68.69º | 0.58% | 0.51% | - |
| HSV(B) | 68.69º | 0.71% | 0.8% | - |
| XYZ | 41.41 | 52.96 | 12.04 | - |
| YUV | 180.19 | 59.04 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 203 | 58 | 0.10 | 0 | 0.71 | 0.20 | 68.69 | 0.58 | 0.51 |
| Hex | B6 | CB | 3A | A | 0 | 47 | 14 | 45 | 3A | 33 |
| Octal | 266 | 313 | 72 | 12 | 0 | 107 | 24 | 105 | 72 | 63 |
| Binary | 10110110 | 11001011 | 111010 | 1010 | 0 | 1000111 | 10100 | 1000101 | 111010 | 110011 |
Color Harmonies of #B6CB3A
Complementary color
Monochromatic Colors of #B6CB3A
Black with #B6CB3A
Text Example
Text Example
White with #B6CB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CB3A; }
p { color: rgb(182,203,58); }
H1.HeaderClassName
{
color: #B6CB3A;
}
.AnyTagClassName
{
color: #B6CB3A;
}
</style>
background-color css
<style>
a { background-color: #B6CB3A; }
a { background-color: rgb(182,203,58); }
div.DivClassName
{
background-color: #B6CB3A;
}
.BgClassName
{
background-color: #B6CB3A;
}
</style>
border-color css
<style>
span { border-color: #B6CB3A; }
span { border-color: rgb(182,203,58); }
td.TdClassName
{
border-color: #B6CB3A;
}
.TagClassName
{
border-color: #B6CB3A;
}
</style>