Shades of Lemon Ginger #918A28
Tints of Lemon Ginger #918A28
RGB
CMYK
RGB Variations
Color information
#918A28 (or 0x918A28) is known color: Lemon Ginger. HEX triplet: 91, 8A and 28. RGB value is (145,138,40). Sum of RGB (Red+Green+Blue) = 145+138+40=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 145 - color contains mainly: red. Hex color #918A28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918A28 is #6E75D7. Grayscale: #818181. Windows color (decimal): -7239128 or 2656913. OLE color: 2656913.
HSL color Cylindrical-coordinate representation of color #918A28: hue angle of 56º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #918A28 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 138 | 40 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.43 |
| HSL | 56º | 0.57% | 0.36% | - |
| HSV(B) | 56º | 0.72% | 0.57% | - |
| XYZ | 21.15 | 24.35 | 5.59 | - |
| YUV | 128.92 | 77.82 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 40 | 0 | 0.05 | 0.72 | 0.43 | 56 | 0.57 | 0.36 |
| Hex | 91 | 8A | 28 | 0 | 5 | 48 | 2B | 38 | 39 | 24 |
| Octal | 221 | 212 | 50 | 0 | 5 | 110 | 53 | 70 | 71 | 44 |
| Binary | 10010001 | 10001010 | 101000 | 0 | 101 | 1001000 | 101011 | 111000 | 111001 | 100100 |
Color Harmonies of #918A28
Complementary color
Monochromatic Colors of #918A28
Black with #918A28
Text Example
Text Example
White with #918A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918A28; }
p { color: rgb(145,138,40); }
H1.HeaderClassName
{
color: #918A28;
}
.AnyTagClassName
{
color: #918A28;
}
</style>
background-color css
<style>
a { background-color: #918A28; }
a { background-color: rgb(145,138,40); }
div.DivClassName
{
background-color: #918A28;
}
.BgClassName
{
background-color: #918A28;
}
</style>
border-color css
<style>
span { border-color: #918A28; }
span { border-color: rgb(145,138,40); }
td.TdClassName
{
border-color: #918A28;
}
.TagClassName
{
border-color: #918A28;
}
</style>