Shades of Limeade #6C9B32
Tints of Limeade #6C9B32
RGB
CMYK
RGB Variations
Color information
#6C9B32 (or 0x6C9B32) is known color: Limeade. HEX triplet: 6C, 9B and 32. RGB value is (108,155,50). Sum of RGB (Red+Green+Blue) = 108+155+50=313 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.50% from 313); Green value is 155 (60.94% from 255 or 49.52% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 155 - color contains mainly: green. Hex color #6C9B32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9B32 is #9364CD. Grayscale: #818181. Windows color (decimal): -9659598 or 3316588. OLE color: 3316588.
HSL color Cylindrical-coordinate representation of color #6C9B32: hue angle of 86.86º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C9B32 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 108 | 155 | 50 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.39 |
| HSL | 86.86º | 0.51% | 0.4% | - |
| HSV(B) | 86.86º | 0.68% | 0.61% | - |
| XYZ | 18.48 | 26.86 | 7.23 | - |
| YUV | 128.98 | 83.43 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 155 | 50 | 0.30 | 0 | 0.68 | 0.39 | 86.86 | 0.51 | 0.4 |
| Hex | 6C | 9B | 32 | 1E | 0 | 44 | 27 | 57 | 33 | 28 |
| Octal | 154 | 233 | 62 | 36 | 0 | 104 | 47 | 127 | 63 | 50 |
| Binary | 1101100 | 10011011 | 110010 | 11110 | 0 | 1000100 | 100111 | 1010111 | 110011 | 101000 |
Color Harmonies of #6C9B32
Complementary color
Monochromatic Colors of #6C9B32
Black with #6C9B32
Text Example
Text Example
White with #6C9B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9B32; }
p { color: rgb(108,155,50); }
H1.HeaderClassName
{
color: #6C9B32;
}
.AnyTagClassName
{
color: #6C9B32;
}
</style>
background-color css
<style>
a { background-color: #6C9B32; }
a { background-color: rgb(108,155,50); }
div.DivClassName
{
background-color: #6C9B32;
}
.BgClassName
{
background-color: #6C9B32;
}
</style>
border-color css
<style>
span { border-color: #6C9B32; }
span { border-color: rgb(108,155,50); }
td.TdClassName
{
border-color: #6C9B32;
}
.TagClassName
{
border-color: #6C9B32;
}
</style>