Shades of Lemon Ginger #97832A
Tints of Lemon Ginger #97832A
RGB
CMYK
RGB Variations
Color information
#97832A (or 0x97832A) is known color: Lemon Ginger. HEX triplet: 97, 83 and 2A. RGB value is (151,131,42). Sum of RGB (Red+Green+Blue) = 151+131+42=324 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.60% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 151 - color contains mainly: red. Hex color #97832A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97832A is #687CD5. Grayscale: #7F7F7F. Windows color (decimal): -6847702 or 2786199. OLE color: 2786199.
HSL color Cylindrical-coordinate representation of color #97832A: hue angle of 48.99º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #97832A is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 131 | 42 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.41 |
| HSL | 48.99º | 0.56% | 0.38% | - |
| HSV(B) | 48.99º | 0.72% | 0.59% | - |
| XYZ | 21.3 | 22.98 | 5.5 | - |
| YUV | 126.83 | 80.13 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 131 | 42 | 0 | 0.13 | 0.72 | 0.41 | 48.99 | 0.56 | 0.38 |
| Hex | 97 | 83 | 2A | 0 | D | 48 | 29 | 31 | 38 | 26 |
| Octal | 227 | 203 | 52 | 0 | 15 | 110 | 51 | 61 | 70 | 46 |
| Binary | 10010111 | 10000011 | 101010 | 0 | 1101 | 1001000 | 101001 | 110001 | 111000 | 100110 |
Color Harmonies of #97832A
Complementary color
Monochromatic Colors of #97832A
Black with #97832A
Text Example
Text Example
White with #97832A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97832A; }
p { color: rgb(151,131,42); }
H1.HeaderClassName
{
color: #97832A;
}
.AnyTagClassName
{
color: #97832A;
}
</style>
background-color css
<style>
a { background-color: #97832A; }
a { background-color: rgb(151,131,42); }
div.DivClassName
{
background-color: #97832A;
}
.BgClassName
{
background-color: #97832A;
}
</style>
border-color css
<style>
span { border-color: #97832A; }
span { border-color: rgb(151,131,42); }
td.TdClassName
{
border-color: #97832A;
}
.TagClassName
{
border-color: #97832A;
}
</style>