Shades of Lemon Ginger #969127
Tints of Lemon Ginger #969127
RGB
CMYK
RGB Variations
Color information
#969127 (or 0x969127) is known color: Lemon Ginger. HEX triplet: 96, 91 and 27. RGB value is (150,145,39). Sum of RGB (Red+Green+Blue) = 150+145+39=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 39 (15.62% from 255 or 11.68% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #969127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969127 is #696ED8. Grayscale: #868686. Windows color (decimal): -6909657 or 2593174. OLE color: 2593174.
HSL color Cylindrical-coordinate representation of color #969127: hue angle of 57.3º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #969127 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 145 | 39 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.41 |
| HSL | 57.3º | 0.59% | 0.37% | - |
| HSV(B) | 57.3º | 0.74% | 0.59% | - |
| XYZ | 23.07 | 26.88 | 5.89 | - |
| YUV | 134.41 | 74.16 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 145 | 39 | 0 | 0.03 | 0.74 | 0.41 | 57.3 | 0.59 | 0.37 |
| Hex | 96 | 91 | 27 | 0 | 3 | 4A | 29 | 39 | 3B | 25 |
| Octal | 226 | 221 | 47 | 0 | 3 | 112 | 51 | 71 | 73 | 45 |
| Binary | 10010110 | 10010001 | 100111 | 0 | 11 | 1001010 | 101001 | 111001 | 111011 | 100101 |
Color Harmonies of #969127
Complementary color
Monochromatic Colors of #969127
Black with #969127
Text Example
Text Example
White with #969127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969127; }
p { color: rgb(150,145,39); }
H1.HeaderClassName
{
color: #969127;
}
.AnyTagClassName
{
color: #969127;
}
</style>
background-color css
<style>
a { background-color: #969127; }
a { background-color: rgb(150,145,39); }
div.DivClassName
{
background-color: #969127;
}
.BgClassName
{
background-color: #969127;
}
</style>
border-color css
<style>
span { border-color: #969127; }
span { border-color: rgb(150,145,39); }
td.TdClassName
{
border-color: #969127;
}
.TagClassName
{
border-color: #969127;
}
</style>