Shades of Lemon Ginger #9B8F1B
Tints of Lemon Ginger #9B8F1B
RGB
CMYK
RGB Variations
Color information
#9B8F1B (or 0x9B8F1B) is known color: Lemon Ginger. HEX triplet: 9B, 8F and 1B. RGB value is (155,143,27). Sum of RGB (Red+Green+Blue) = 155+143+27=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 27 (10.94% from 255 or 8.31% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8F1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8F1B is #6470E4. Grayscale: #858585. Windows color (decimal): -6582501 or 1806235. OLE color: 1806235.
HSL color Cylindrical-coordinate representation of color #9B8F1B: hue angle of 54.38º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B8F1B is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 143 | 27 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.39 |
| HSL | 54.38º | 0.7% | 0.36% | - |
| HSV(B) | 54.38º | 0.83% | 0.61% | - |
| XYZ | 23.54 | 26.69 | 4.95 | - |
| YUV | 133.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 143 | 27 | 0 | 0.08 | 0.83 | 0.39 | 54.38 | 0.7 | 0.36 |
| Hex | 9B | 8F | 1B | 0 | 8 | 53 | 27 | 36 | 46 | 24 |
| Octal | 233 | 217 | 33 | 0 | 10 | 123 | 47 | 66 | 106 | 44 |
| Binary | 10011011 | 10001111 | 11011 | 0 | 1000 | 1010011 | 100111 | 110110 | 1000110 | 100100 |
Color Harmonies of #9B8F1B
Complementary color
Monochromatic Colors of #9B8F1B
Black with #9B8F1B
Text Example
Text Example
White with #9B8F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8F1B; }
p { color: rgb(155,143,27); }
H1.HeaderClassName
{
color: #9B8F1B;
}
.AnyTagClassName
{
color: #9B8F1B;
}
</style>
background-color css
<style>
a { background-color: #9B8F1B; }
a { background-color: rgb(155,143,27); }
div.DivClassName
{
background-color: #9B8F1B;
}
.BgClassName
{
background-color: #9B8F1B;
}
</style>
border-color css
<style>
span { border-color: #9B8F1B; }
span { border-color: rgb(155,143,27); }
td.TdClassName
{
border-color: #9B8F1B;
}
.TagClassName
{
border-color: #9B8F1B;
}
</style>