Shades of Fuego #C6D92B
Tints of Fuego #C6D92B
RGB
CMYK
RGB Variations
Color information
#C6D92B (or 0xC6D92B) is known color: Fuego. HEX triplet: C6, D9 and 2B. RGB value is (198,217,43). Sum of RGB (Red+Green+Blue) = 198+217+43=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 217 (85.16% from 255 or 47.38% from 458); Blue value is 43 (17.19% from 255 or 9.39% from 458); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D92B is #3926D4. Grayscale: #C0C0C0. Windows color (decimal): -3745493 or 2873798. OLE color: 2873798.
HSL color Cylindrical-coordinate representation of color #C6D92B: hue angle of 66.55º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6D92B is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 217 | 43 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.15 |
| HSL | 66.55º | 0.7% | 0.51% | - |
| HSV(B) | 66.55º | 0.8% | 0.85% | - |
| XYZ | 48.54 | 61.81 | 11.66 | - |
| YUV | 191.48 | 44.21 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 217 | 43 | 0.09 | 0 | 0.80 | 0.15 | 66.55 | 0.7 | 0.51 |
| Hex | C6 | D9 | 2B | 9 | 0 | 50 | F | 43 | 46 | 33 |
| Octal | 306 | 331 | 53 | 11 | 0 | 120 | 17 | 103 | 106 | 63 |
| Binary | 11000110 | 11011001 | 101011 | 1001 | 0 | 1010000 | 1111 | 1000011 | 1000110 | 110011 |
Color Harmonies of #C6D92B
Complementary color
Monochromatic Colors of #C6D92B
Black with #C6D92B
Text Example
Text Example
White with #C6D92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D92B; }
p { color: rgb(198,217,43); }
H1.HeaderClassName
{
color: #C6D92B;
}
.AnyTagClassName
{
color: #C6D92B;
}
</style>
background-color css
<style>
a { background-color: #C6D92B; }
a { background-color: rgb(198,217,43); }
div.DivClassName
{
background-color: #C6D92B;
}
.BgClassName
{
background-color: #C6D92B;
}
</style>
border-color css
<style>
span { border-color: #C6D92B; }
span { border-color: rgb(198,217,43); }
td.TdClassName
{
border-color: #C6D92B;
}
.TagClassName
{
border-color: #C6D92B;
}
</style>