Shades of Fuego #B6CE30
Tints of Fuego #B6CE30
RGB
CMYK
RGB Variations
Color information
#B6CE30 (or 0xB6CE30) is known color: Fuego. HEX triplet: B6, CE and 30. RGB value is (182,206,48). Sum of RGB (Red+Green+Blue) = 182+206+48=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #B6CE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6CE30 is #4931CF. Grayscale: #B5B5B5. Windows color (decimal): -4796880 or 3198646. OLE color: 3198646.
HSL color Cylindrical-coordinate representation of color #B6CE30: hue angle of 69.11º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6CE30 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 206 | 48 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.19 |
| HSL | 69.11º | 0.62% | 0.5% | - |
| HSV(B) | 69.11º | 0.77% | 0.81% | - |
| XYZ | 41.9 | 54.3 | 11.07 | - |
| YUV | 180.81 | 53.05 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 206 | 48 | 0.12 | 0 | 0.77 | 0.19 | 69.11 | 0.62 | 0.5 |
| Hex | B6 | CE | 30 | C | 0 | 4D | 13 | 45 | 3E | 32 |
| Octal | 266 | 316 | 60 | 14 | 0 | 115 | 23 | 105 | 76 | 62 |
| Binary | 10110110 | 11001110 | 110000 | 1100 | 0 | 1001101 | 10011 | 1000101 | 111110 | 110010 |
Color Harmonies of #B6CE30
Complementary color
Monochromatic Colors of #B6CE30
Black with #B6CE30
Text Example
Text Example
White with #B6CE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CE30; }
p { color: rgb(182,206,48); }
H1.HeaderClassName
{
color: #B6CE30;
}
.AnyTagClassName
{
color: #B6CE30;
}
</style>
background-color css
<style>
a { background-color: #B6CE30; }
a { background-color: rgb(182,206,48); }
div.DivClassName
{
background-color: #B6CE30;
}
.BgClassName
{
background-color: #B6CE30;
}
</style>
border-color css
<style>
span { border-color: #B6CE30; }
span { border-color: rgb(182,206,48); }
td.TdClassName
{
border-color: #B6CE30;
}
.TagClassName
{
border-color: #B6CE30;
}
</style>