Shades of Lemon Ginger #99901B
Tints of Lemon Ginger #99901B
RGB
CMYK
RGB Variations
Color information
#99901B (or 0x99901B) is known color: Lemon Ginger. HEX triplet: 99, 90 and 1B. RGB value is (153,144,27). Sum of RGB (Red+Green+Blue) = 153+144+27=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #99901B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99901B is #666FE4. Grayscale: #858585. Windows color (decimal): -6713317 or 1806489. OLE color: 1806489.
HSL color Cylindrical-coordinate representation of color #99901B: hue angle of 55.71º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99901B is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 144 | 27 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.4 |
| HSL | 55.71º | 0.7% | 0.35% | - |
| HSV(B) | 55.71º | 0.82% | 0.6% | - |
| XYZ | 23.31 | 26.8 | 4.98 | - |
| YUV | 133.35 | 67.98 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 27 | 0 | 0.06 | 0.82 | 0.4 | 55.71 | 0.7 | 0.35 |
| Hex | 99 | 90 | 1B | 0 | 6 | 52 | 28 | 38 | 46 | 23 |
| Octal | 231 | 220 | 33 | 0 | 6 | 122 | 50 | 70 | 106 | 43 |
| Binary | 10011001 | 10010000 | 11011 | 0 | 110 | 1010010 | 101000 | 111000 | 1000110 | 100011 |
Color Harmonies of #99901B
Complementary color
Monochromatic Colors of #99901B
Black with #99901B
Text Example
Text Example
White with #99901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99901B; }
p { color: rgb(153,144,27); }
H1.HeaderClassName
{
color: #99901B;
}
.AnyTagClassName
{
color: #99901B;
}
</style>
background-color css
<style>
a { background-color: #99901B; }
a { background-color: rgb(153,144,27); }
div.DivClassName
{
background-color: #99901B;
}
.BgClassName
{
background-color: #99901B;
}
</style>
border-color css
<style>
span { border-color: #99901B; }
span { border-color: rgb(153,144,27); }
td.TdClassName
{
border-color: #99901B;
}
.TagClassName
{
border-color: #99901B;
}
</style>