Shades of Fuego #B6CB34
Tints of Fuego #B6CB34
RGB
CMYK
RGB Variations
Color information
#B6CB34 (or 0xB6CB34) is known color: Fuego. HEX triplet: B6, CB and 34. RGB value is (182,203,52). Sum of RGB (Red+Green+Blue) = 182+203+52=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 52 (20.70% from 255 or 11.90% from 437); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6CB34 is #4934CB. Grayscale: #B4B4B4. Windows color (decimal): -4797644 or 3460022. OLE color: 3460022.
HSL color Cylindrical-coordinate representation of color #B6CB34: hue angle of 68.34º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B6CB34 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 203 | 52 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.20 |
| HSL | 68.34º | 0.59% | 0.5% | - |
| HSV(B) | 68.34º | 0.74% | 0.8% | - |
| XYZ | 41.27 | 52.9 | 11.29 | - |
| YUV | 179.51 | 56.04 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 203 | 52 | 0.10 | 0 | 0.74 | 0.20 | 68.34 | 0.59 | 0.5 |
| Hex | B6 | CB | 34 | A | 0 | 4A | 14 | 44 | 3B | 32 |
| Octal | 266 | 313 | 64 | 12 | 0 | 112 | 24 | 104 | 73 | 62 |
| Binary | 10110110 | 11001011 | 110100 | 1010 | 0 | 1001010 | 10100 | 1000100 | 111011 | 110010 |
Color Harmonies of #B6CB34
Complementary color
Monochromatic Colors of #B6CB34
Black with #B6CB34
Text Example
Text Example
White with #B6CB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CB34; }
p { color: rgb(182,203,52); }
H1.HeaderClassName
{
color: #B6CB34;
}
.AnyTagClassName
{
color: #B6CB34;
}
</style>
background-color css
<style>
a { background-color: #B6CB34; }
a { background-color: rgb(182,203,52); }
div.DivClassName
{
background-color: #B6CB34;
}
.BgClassName
{
background-color: #B6CB34;
}
</style>
border-color css
<style>
span { border-color: #B6CB34; }
span { border-color: rgb(182,203,52); }
td.TdClassName
{
border-color: #B6CB34;
}
.TagClassName
{
border-color: #B6CB34;
}
</style>