Shades of Lemon Ginger #908A27
Tints of Lemon Ginger #908A27
RGB
CMYK
RGB Variations
Color information
#908A27 (or 0x908A27) is known color: Lemon Ginger. HEX triplet: 90, 8A and 27. RGB value is (144,138,39). Sum of RGB (Red+Green+Blue) = 144+138+39=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 144 - color contains mainly: red. Hex color #908A27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908A27 is #6F75D8. Grayscale: #808080. Windows color (decimal): -7304665 or 2591376. OLE color: 2591376.
HSL color Cylindrical-coordinate representation of color #908A27: hue angle of 56.57º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #908A27 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 138 | 39 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.44 |
| HSL | 56.57º | 0.57% | 0.36% | - |
| HSV(B) | 56.57º | 0.73% | 0.56% | - |
| XYZ | 20.96 | 24.25 | 5.5 | - |
| YUV | 128.51 | 77.49 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 39 | 0 | 0.04 | 0.73 | 0.44 | 56.57 | 0.57 | 0.36 |
| Hex | 90 | 8A | 27 | 0 | 4 | 49 | 2C | 39 | 39 | 24 |
| Octal | 220 | 212 | 47 | 0 | 4 | 111 | 54 | 71 | 71 | 44 |
| Binary | 10010000 | 10001010 | 100111 | 0 | 100 | 1001001 | 101100 | 111001 | 111001 | 100100 |
Color Harmonies of #908A27
Complementary color
Monochromatic Colors of #908A27
Black with #908A27
Text Example
Text Example
White with #908A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908A27; }
p { color: rgb(144,138,39); }
H1.HeaderClassName
{
color: #908A27;
}
.AnyTagClassName
{
color: #908A27;
}
</style>
background-color css
<style>
a { background-color: #908A27; }
a { background-color: rgb(144,138,39); }
div.DivClassName
{
background-color: #908A27;
}
.BgClassName
{
background-color: #908A27;
}
</style>
border-color css
<style>
span { border-color: #908A27; }
span { border-color: rgb(144,138,39); }
td.TdClassName
{
border-color: #908A27;
}
.TagClassName
{
border-color: #908A27;
}
</style>