Shades of Lemon Ginger #99912B
Tints of Lemon Ginger #99912B
RGB
CMYK
RGB Variations
Color information
#99912B (or 0x99912B) is known color: Lemon Ginger. HEX triplet: 99, 91 and 2B. RGB value is (153,145,43). Sum of RGB (Red+Green+Blue) = 153+145+43=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #99912B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99912B is #666ED4. Grayscale: #888888. Windows color (decimal): -6713045 or 2855321. OLE color: 2855321.
HSL color Cylindrical-coordinate representation of color #99912B: hue angle of 55.64º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99912B is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 145 | 43 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.4 |
| HSL | 55.64º | 0.56% | 0.38% | - |
| HSV(B) | 55.64º | 0.72% | 0.6% | - |
| XYZ | 23.7 | 27.2 | 6.29 | - |
| YUV | 135.76 | 75.65 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 43 | 0 | 0.05 | 0.72 | 0.4 | 55.64 | 0.56 | 0.38 |
| Hex | 99 | 91 | 2B | 0 | 5 | 48 | 28 | 38 | 38 | 26 |
| Octal | 231 | 221 | 53 | 0 | 5 | 110 | 50 | 70 | 70 | 46 |
| Binary | 10011001 | 10010001 | 101011 | 0 | 101 | 1001000 | 101000 | 111000 | 111000 | 100110 |
Color Harmonies of #99912B
Complementary color
Monochromatic Colors of #99912B
Black with #99912B
Text Example
Text Example
White with #99912B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99912B; }
p { color: rgb(153,145,43); }
H1.HeaderClassName
{
color: #99912B;
}
.AnyTagClassName
{
color: #99912B;
}
</style>
background-color css
<style>
a { background-color: #99912B; }
a { background-color: rgb(153,145,43); }
div.DivClassName
{
background-color: #99912B;
}
.BgClassName
{
background-color: #99912B;
}
</style>
border-color css
<style>
span { border-color: #99912B; }
span { border-color: rgb(153,145,43); }
td.TdClassName
{
border-color: #99912B;
}
.TagClassName
{
border-color: #99912B;
}
</style>