Shades of Lemon Ginger #947A27
Tints of Lemon Ginger #947A27
RGB
CMYK
RGB Variations
Color information
#947A27 (or 0x947A27) is known color: Lemon Ginger. HEX triplet: 94, 7A and 27. RGB value is (148,122,39). Sum of RGB (Red+Green+Blue) = 148+122+39=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #947A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947A27 is #6B85D8. Grayscale: #787878. Windows color (decimal): -7046617 or 2587284. OLE color: 2587284.
HSL color Cylindrical-coordinate representation of color #947A27: hue angle of 45.69º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #947A27 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 122 | 39 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.42 |
| HSL | 45.69º | 0.58% | 0.37% | - |
| HSV(B) | 45.69º | 0.74% | 0.58% | - |
| XYZ | 19.54 | 20.36 | 4.82 | - |
| YUV | 120.31 | 82.11 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 122 | 39 | 0 | 0.18 | 0.74 | 0.42 | 45.69 | 0.58 | 0.37 |
| Hex | 94 | 7A | 27 | 0 | 12 | 4A | 2A | 2E | 3A | 25 |
| Octal | 224 | 172 | 47 | 0 | 22 | 112 | 52 | 56 | 72 | 45 |
| Binary | 10010100 | 1111010 | 100111 | 0 | 10010 | 1001010 | 101010 | 101110 | 111010 | 100101 |
Color Harmonies of #947A27
Complementary color
Monochromatic Colors of #947A27
Black with #947A27
Text Example
Text Example
White with #947A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947A27; }
p { color: rgb(148,122,39); }
H1.HeaderClassName
{
color: #947A27;
}
.AnyTagClassName
{
color: #947A27;
}
</style>
background-color css
<style>
a { background-color: #947A27; }
a { background-color: rgb(148,122,39); }
div.DivClassName
{
background-color: #947A27;
}
.BgClassName
{
background-color: #947A27;
}
</style>
border-color css
<style>
span { border-color: #947A27; }
span { border-color: rgb(148,122,39); }
td.TdClassName
{
border-color: #947A27;
}
.TagClassName
{
border-color: #947A27;
}
</style>