Shades of Lemon Ginger #908B2D
Tints of Lemon Ginger #908B2D
RGB
CMYK
RGB Variations
Color information
#908B2D (or 0x908B2D) is known color: Lemon Ginger. HEX triplet: 90, 8B and 2D. RGB value is (144,139,45). Sum of RGB (Red+Green+Blue) = 144+139+45=328 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.90% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 144 - color contains mainly: red. Hex color #908B2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908B2D is #6F74D2. Grayscale: #828282. Windows color (decimal): -7304403 or 2984848. OLE color: 2984848.
HSL color Cylindrical-coordinate representation of color #908B2D: hue angle of 56.97º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #908B2D is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 139 | 45 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.44 |
| HSL | 56.97º | 0.52% | 0.37% | - |
| HSV(B) | 56.97º | 0.69% | 0.56% | - |
| XYZ | 21.21 | 24.58 | 6.11 | - |
| YUV | 129.78 | 80.16 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 45 | 0 | 0.03 | 0.69 | 0.44 | 56.97 | 0.52 | 0.37 |
| Hex | 90 | 8B | 2D | 0 | 3 | 45 | 2C | 39 | 34 | 25 |
| Octal | 220 | 213 | 55 | 0 | 3 | 105 | 54 | 71 | 64 | 45 |
| Binary | 10010000 | 10001011 | 101101 | 0 | 11 | 1000101 | 101100 | 111001 | 110100 | 100101 |
Color Harmonies of #908B2D
Complementary color
Monochromatic Colors of #908B2D
Black with #908B2D
Text Example
Text Example
White with #908B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908B2D; }
p { color: rgb(144,139,45); }
H1.HeaderClassName
{
color: #908B2D;
}
.AnyTagClassName
{
color: #908B2D;
}
</style>
background-color css
<style>
a { background-color: #908B2D; }
a { background-color: rgb(144,139,45); }
div.DivClassName
{
background-color: #908B2D;
}
.BgClassName
{
background-color: #908B2D;
}
</style>
border-color css
<style>
span { border-color: #908B2D; }
span { border-color: rgb(144,139,45); }
td.TdClassName
{
border-color: #908B2D;
}
.TagClassName
{
border-color: #908B2D;
}
</style>