Shades of Lemon Ginger #998A30
Tints of Lemon Ginger #998A30
RGB
CMYK
RGB Variations
Color information
#998A30 (or 0x998A30) is known color: Lemon Ginger. HEX triplet: 99, 8A and 30. RGB value is (153,138,48). Sum of RGB (Red+Green+Blue) = 153+138+48=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #998A30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998A30 is #6675CF. Grayscale: #848484. Windows color (decimal): -6714832 or 3181209. OLE color: 3181209.
HSL color Cylindrical-coordinate representation of color #998A30: hue angle of 51.43º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #998A30 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 138 | 48 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.4 |
| HSL | 51.43º | 0.52% | 0.39% | - |
| HSV(B) | 51.43º | 0.69% | 0.6% | - |
| XYZ | 22.76 | 25.16 | 6.45 | - |
| YUV | 132.23 | 80.47 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 48 | 0 | 0.10 | 0.69 | 0.4 | 51.43 | 0.52 | 0.39 |
| Hex | 99 | 8A | 30 | 0 | A | 45 | 28 | 33 | 34 | 27 |
| Octal | 231 | 212 | 60 | 0 | 12 | 105 | 50 | 63 | 64 | 47 |
| Binary | 10011001 | 10001010 | 110000 | 0 | 1010 | 1000101 | 101000 | 110011 | 110100 | 100111 |
Color Harmonies of #998A30
Complementary color
Monochromatic Colors of #998A30
Black with #998A30
Text Example
Text Example
White with #998A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998A30; }
p { color: rgb(153,138,48); }
H1.HeaderClassName
{
color: #998A30;
}
.AnyTagClassName
{
color: #998A30;
}
</style>
background-color css
<style>
a { background-color: #998A30; }
a { background-color: rgb(153,138,48); }
div.DivClassName
{
background-color: #998A30;
}
.BgClassName
{
background-color: #998A30;
}
</style>
border-color css
<style>
span { border-color: #998A30; }
span { border-color: rgb(153,138,48); }
td.TdClassName
{
border-color: #998A30;
}
.TagClassName
{
border-color: #998A30;
}
</style>