Shades of Lemon Ginger #9A8A33
Tints of Lemon Ginger #9A8A33
RGB
CMYK
RGB Variations
Color information
#9A8A33 (or 0x9A8A33) is known color: Lemon Ginger. HEX triplet: 9A, 8A and 33. RGB value is (154,138,51). Sum of RGB (Red+Green+Blue) = 154+138+51=343 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.90% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 51 (20.31% from 255 or 14.87% from 343); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8A33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8A33 is #6575CC. Grayscale: #858585. Windows color (decimal): -6649293 or 3377818. OLE color: 3377818.
HSL color Cylindrical-coordinate representation of color #9A8A33: hue angle of 50.68º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A8A33 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 138 | 51 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.40 |
| HSL | 50.68º | 0.5% | 0.4% | - |
| HSV(B) | 50.68º | 0.67% | 0.6% | - |
| XYZ | 23.01 | 25.29 | 6.8 | - |
| YUV | 132.87 | 81.8 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 138 | 51 | 0 | 0.10 | 0.67 | 0.40 | 50.68 | 0.5 | 0.4 |
| Hex | 9A | 8A | 33 | 0 | A | 43 | 28 | 33 | 32 | 28 |
| Octal | 232 | 212 | 63 | 0 | 12 | 103 | 50 | 63 | 62 | 50 |
| Binary | 10011010 | 10001010 | 110011 | 0 | 1010 | 1000011 | 101000 | 110011 | 110010 | 101000 |
Color Harmonies of #9A8A33
Complementary color
Monochromatic Colors of #9A8A33
Black with #9A8A33
Text Example
Text Example
White with #9A8A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8A33; }
p { color: rgb(154,138,51); }
H1.HeaderClassName
{
color: #9A8A33;
}
.AnyTagClassName
{
color: #9A8A33;
}
</style>
background-color css
<style>
a { background-color: #9A8A33; }
a { background-color: rgb(154,138,51); }
div.DivClassName
{
background-color: #9A8A33;
}
.BgClassName
{
background-color: #9A8A33;
}
</style>
border-color css
<style>
span { border-color: #9A8A33; }
span { border-color: rgb(154,138,51); }
td.TdClassName
{
border-color: #9A8A33;
}
.TagClassName
{
border-color: #9A8A33;
}
</style>