Shades of Lucky #9B8E0D
Tints of Lucky #9B8E0D
RGB
CMYK
RGB Variations
Color information
#9B8E0D (or 0x9B8E0D) is known color: Lucky. HEX triplet: 9B, 8E and 0D. RGB value is (155,142,13). Sum of RGB (Red+Green+Blue) = 155+142+13=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8E0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8E0D is #6471F2. Grayscale: #838383. Windows color (decimal): -6582771 or 888475. OLE color: 888475.
HSL color Cylindrical-coordinate representation of color #9B8E0D: hue angle of 54.51º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B8E0D is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 142 | 13 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.39 |
| HSL | 54.51º | 0.85% | 0.33% | - |
| HSV(B) | 54.51º | 0.92% | 0.61% | - |
| XYZ | 23.26 | 26.34 | 4.24 | - |
| YUV | 131.18 | 61.31 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 142 | 13 | 0 | 0.08 | 0.92 | 0.39 | 54.51 | 0.85 | 0.33 |
| Hex | 9B | 8E | D | 0 | 8 | 5C | 27 | 37 | 55 | 21 |
| Octal | 233 | 216 | 15 | 0 | 10 | 134 | 47 | 67 | 125 | 41 |
| Binary | 10011011 | 10001110 | 1101 | 0 | 1000 | 1011100 | 100111 | 110111 | 1010101 | 100001 |
Color Harmonies of #9B8E0D
Complementary color
Monochromatic Colors of #9B8E0D
Black with #9B8E0D
Text Example
Text Example
White with #9B8E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8E0D; }
p { color: rgb(155,142,13); }
H1.HeaderClassName
{
color: #9B8E0D;
}
.AnyTagClassName
{
color: #9B8E0D;
}
</style>
background-color css
<style>
a { background-color: #9B8E0D; }
a { background-color: rgb(155,142,13); }
div.DivClassName
{
background-color: #9B8E0D;
}
.BgClassName
{
background-color: #9B8E0D;
}
</style>
border-color css
<style>
span { border-color: #9B8E0D; }
span { border-color: rgb(155,142,13); }
td.TdClassName
{
border-color: #9B8E0D;
}
.TagClassName
{
border-color: #9B8E0D;
}
</style>