Shades of Lemon Ginger #9B8A25
Tints of Lemon Ginger #9B8A25
RGB
CMYK
RGB Variations
Color information
#9B8A25 (or 0x9B8A25) is known color: Lemon Ginger. HEX triplet: 9B, 8A and 25. RGB value is (155,138,37). Sum of RGB (Red+Green+Blue) = 155+138+37=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8A25 is #6475DA. Grayscale: #838383. Windows color (decimal): -6583771 or 2460315. OLE color: 2460315.
HSL color Cylindrical-coordinate representation of color #9B8A25: hue angle of 51.36º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B8A25 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 138 | 37 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.39 |
| HSL | 51.36º | 0.61% | 0.38% | - |
| HSV(B) | 51.36º | 0.76% | 0.61% | - |
| XYZ | 22.94 | 25.28 | 5.42 | - |
| YUV | 131.57 | 74.63 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 138 | 37 | 0 | 0.11 | 0.76 | 0.39 | 51.36 | 0.61 | 0.38 |
| Hex | 9B | 8A | 25 | 0 | B | 4C | 27 | 33 | 3D | 26 |
| Octal | 233 | 212 | 45 | 0 | 13 | 114 | 47 | 63 | 75 | 46 |
| Binary | 10011011 | 10001010 | 100101 | 0 | 1011 | 1001100 | 100111 | 110011 | 111101 | 100110 |
Color Harmonies of #9B8A25
Complementary color
Monochromatic Colors of #9B8A25
Black with #9B8A25
Text Example
Text Example
White with #9B8A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8A25; }
p { color: rgb(155,138,37); }
H1.HeaderClassName
{
color: #9B8A25;
}
.AnyTagClassName
{
color: #9B8A25;
}
</style>
background-color css
<style>
a { background-color: #9B8A25; }
a { background-color: rgb(155,138,37); }
div.DivClassName
{
background-color: #9B8A25;
}
.BgClassName
{
background-color: #9B8A25;
}
</style>
border-color css
<style>
span { border-color: #9B8A25; }
span { border-color: rgb(155,138,37); }
td.TdClassName
{
border-color: #9B8A25;
}
.TagClassName
{
border-color: #9B8A25;
}
</style>