Shades of Lemon Ginger #908B1C
Tints of Lemon Ginger #908B1C
RGB
CMYK
RGB Variations
Color information
#908B1C (or 0x908B1C) is known color: Lemon Ginger. HEX triplet: 90, 8B and 1C. RGB value is (144,139,28). Sum of RGB (Red+Green+Blue) = 144+139+28=311 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.30% from 311); Green value is 139 (54.69% from 255 or 44.69% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 144 - color contains mainly: red. Hex color #908B1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908B1C is #6F74E3. Grayscale: #808080. Windows color (decimal): -7304420 or 1870736. OLE color: 1870736.
HSL color Cylindrical-coordinate representation of color #908B1C: hue angle of 57.41º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #908B1C is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 139 | 28 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.44 |
| HSL | 57.41º | 0.67% | 0.34% | - |
| HSV(B) | 57.41º | 0.81% | 0.56% | - |
| XYZ | 20.94 | 24.48 | 4.72 | - |
| YUV | 127.84 | 71.66 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 28 | 0 | 0.03 | 0.81 | 0.44 | 57.41 | 0.67 | 0.34 |
| Hex | 90 | 8B | 1C | 0 | 3 | 51 | 2C | 39 | 43 | 22 |
| Octal | 220 | 213 | 34 | 0 | 3 | 121 | 54 | 71 | 103 | 42 |
| Binary | 10010000 | 10001011 | 11100 | 0 | 11 | 1010001 | 101100 | 111001 | 1000011 | 100010 |
Color Harmonies of #908B1C
Complementary color
Monochromatic Colors of #908B1C
Black with #908B1C
Text Example
Text Example
White with #908B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908B1C; }
p { color: rgb(144,139,28); }
H1.HeaderClassName
{
color: #908B1C;
}
.AnyTagClassName
{
color: #908B1C;
}
</style>
background-color css
<style>
a { background-color: #908B1C; }
a { background-color: rgb(144,139,28); }
div.DivClassName
{
background-color: #908B1C;
}
.BgClassName
{
background-color: #908B1C;
}
</style>
border-color css
<style>
span { border-color: #908B1C; }
span { border-color: rgb(144,139,28); }
td.TdClassName
{
border-color: #908B1C;
}
.TagClassName
{
border-color: #908B1C;
}
</style>