Shades of Lemon Ginger #9B8A1F
Tints of Lemon Ginger #9B8A1F
RGB
CMYK
RGB Variations
Color information
#9B8A1F (or 0x9B8A1F) is known color: Lemon Ginger. HEX triplet: 9B, 8A and 1F. RGB value is (155,138,31). Sum of RGB (Red+Green+Blue) = 155+138+31=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8A1F is #6475E0. Grayscale: #838383. Windows color (decimal): -6583777 or 2067099. OLE color: 2067099.
HSL color Cylindrical-coordinate representation of color #9B8A1F: hue angle of 51.77º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B8A1F is Cyan = 0, Magento = 0.11, Yellow = 0.8 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 138 | 31 | - |
| CMYK | 0 | 0.11 | 0.8 | 0.39 |
| HSL | 51.77º | 0.67% | 0.36% | - |
| HSV(B) | 51.77º | 0.8% | 0.61% | - |
| XYZ | 22.85 | 25.24 | 4.96 | - |
| YUV | 130.89 | 71.63 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 138 | 31 | 0 | 0.11 | 0.8 | 0.39 | 51.77 | 0.67 | 0.36 |
| Hex | 9B | 8A | 1F | 0 | B | 50 | 27 | 34 | 43 | 24 |
| Octal | 233 | 212 | 37 | 0 | 13 | 120 | 47 | 64 | 103 | 44 |
| Binary | 10011011 | 10001010 | 11111 | 0 | 1011 | 1010000 | 100111 | 110100 | 1000011 | 100100 |
Color Harmonies of #9B8A1F
Complementary color
Monochromatic Colors of #9B8A1F
Black with #9B8A1F
Text Example
Text Example
White with #9B8A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8A1F; }
p { color: rgb(155,138,31); }
H1.HeaderClassName
{
color: #9B8A1F;
}
.AnyTagClassName
{
color: #9B8A1F;
}
</style>
background-color css
<style>
a { background-color: #9B8A1F; }
a { background-color: rgb(155,138,31); }
div.DivClassName
{
background-color: #9B8A1F;
}
.BgClassName
{
background-color: #9B8A1F;
}
</style>
border-color css
<style>
span { border-color: #9B8A1F; }
span { border-color: rgb(155,138,31); }
td.TdClassName
{
border-color: #9B8A1F;
}
.TagClassName
{
border-color: #9B8A1F;
}
</style>