Shades of Lemon Ginger #968A30
Tints of Lemon Ginger #968A30
RGB
CMYK
RGB Variations
Color information
#968A30 (or 0x968A30) is known color: Lemon Ginger. HEX triplet: 96, 8A and 30. RGB value is (150,138,48). Sum of RGB (Red+Green+Blue) = 150+138+48=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #968A30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968A30 is #6975CF. Grayscale: #838383. Windows color (decimal): -6911440 or 3181206. OLE color: 3181206.
HSL color Cylindrical-coordinate representation of color #968A30: hue angle of 52.94º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #968A30 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 138 | 48 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.41 |
| HSL | 52.94º | 0.52% | 0.39% | - |
| HSV(B) | 52.94º | 0.68% | 0.59% | - |
| XYZ | 22.2 | 24.87 | 6.43 | - |
| YUV | 131.33 | 80.98 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 48 | 0 | 0.08 | 0.68 | 0.41 | 52.94 | 0.52 | 0.39 |
| Hex | 96 | 8A | 30 | 0 | 8 | 44 | 29 | 35 | 34 | 27 |
| Octal | 226 | 212 | 60 | 0 | 10 | 104 | 51 | 65 | 64 | 47 |
| Binary | 10010110 | 10001010 | 110000 | 0 | 1000 | 1000100 | 101001 | 110101 | 110100 | 100111 |
Color Harmonies of #968A30
Complementary color
Monochromatic Colors of #968A30
Black with #968A30
Text Example
Text Example
White with #968A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968A30; }
p { color: rgb(150,138,48); }
H1.HeaderClassName
{
color: #968A30;
}
.AnyTagClassName
{
color: #968A30;
}
</style>
background-color css
<style>
a { background-color: #968A30; }
a { background-color: rgb(150,138,48); }
div.DivClassName
{
background-color: #968A30;
}
.BgClassName
{
background-color: #968A30;
}
</style>
border-color css
<style>
span { border-color: #968A30; }
span { border-color: rgb(150,138,48); }
td.TdClassName
{
border-color: #968A30;
}
.TagClassName
{
border-color: #968A30;
}
</style>