Shades of Lucky #9B8C0D
Tints of Lucky #9B8C0D
RGB
CMYK
RGB Variations
Color information
#9B8C0D (or 0x9B8C0D) is known color: Lucky. HEX triplet: 9B, 8C and 0D. RGB value is (155,140,13). Sum of RGB (Red+Green+Blue) = 155+140+13=308 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.32% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8C0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8C0D is #6473F2. Grayscale: #828282. Windows color (decimal): -6583283 or 887963. OLE color: 887963.
HSL color Cylindrical-coordinate representation of color #9B8C0D: hue angle of 53.66º 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 #9B8C0D is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 140 | 13 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.39 |
| HSL | 53.66º | 0.85% | 0.33% | - |
| HSV(B) | 53.66º | 0.92% | 0.61% | - |
| XYZ | 22.97 | 25.75 | 4.14 | - |
| YUV | 130.01 | 61.97 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 140 | 13 | 0 | 0.10 | 0.92 | 0.39 | 53.66 | 0.85 | 0.33 |
| Hex | 9B | 8C | D | 0 | A | 5C | 27 | 36 | 55 | 21 |
| Octal | 233 | 214 | 15 | 0 | 12 | 134 | 47 | 66 | 125 | 41 |
| Binary | 10011011 | 10001100 | 1101 | 0 | 1010 | 1011100 | 100111 | 110110 | 1010101 | 100001 |
Color Harmonies of #9B8C0D
Complementary color
Monochromatic Colors of #9B8C0D
Black with #9B8C0D
Text Example
Text Example
White with #9B8C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8C0D; }
p { color: rgb(155,140,13); }
H1.HeaderClassName
{
color: #9B8C0D;
}
.AnyTagClassName
{
color: #9B8C0D;
}
</style>
background-color css
<style>
a { background-color: #9B8C0D; }
a { background-color: rgb(155,140,13); }
div.DivClassName
{
background-color: #9B8C0D;
}
.BgClassName
{
background-color: #9B8C0D;
}
</style>
border-color css
<style>
span { border-color: #9B8C0D; }
span { border-color: rgb(155,140,13); }
td.TdClassName
{
border-color: #9B8C0D;
}
.TagClassName
{
border-color: #9B8C0D;
}
</style>