Shades of Lucky #9B8F0B
Tints of Lucky #9B8F0B
RGB
CMYK
RGB Variations
Color information
#9B8F0B (or 0x9B8F0B) is known color: Lucky. HEX triplet: 9B, 8F and 0B. RGB value is (155,143,11). Sum of RGB (Red+Green+Blue) = 155+143+11=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 143 (56.25% from 255 or 46.28% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8F0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8F0B is #6470F4. Grayscale: #848484. Windows color (decimal): -6582517 or 757659. OLE color: 757659.
HSL color Cylindrical-coordinate representation of color #9B8F0B: hue angle of 55º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B8F0B is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 143 | 11 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.39 |
| HSL | 55º | 0.87% | 0.33% | - |
| HSV(B) | 55º | 0.93% | 0.61% | - |
| XYZ | 23.4 | 26.64 | 4.22 | - |
| YUV | 131.54 | 59.98 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 143 | 11 | 0 | 0.08 | 0.93 | 0.39 | 55 | 0.87 | 0.33 |
| Hex | 9B | 8F | B | 0 | 8 | 5D | 27 | 37 | 57 | 21 |
| Octal | 233 | 217 | 13 | 0 | 10 | 135 | 47 | 67 | 127 | 41 |
| Binary | 10011011 | 10001111 | 1011 | 0 | 1000 | 1011101 | 100111 | 110111 | 1010111 | 100001 |
Color Harmonies of #9B8F0B
Complementary color
Monochromatic Colors of #9B8F0B
Black with #9B8F0B
Text Example
Text Example
White with #9B8F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8F0B; }
p { color: rgb(155,143,11); }
H1.HeaderClassName
{
color: #9B8F0B;
}
.AnyTagClassName
{
color: #9B8F0B;
}
</style>
background-color css
<style>
a { background-color: #9B8F0B; }
a { background-color: rgb(155,143,11); }
div.DivClassName
{
background-color: #9B8F0B;
}
.BgClassName
{
background-color: #9B8F0B;
}
</style>
border-color css
<style>
span { border-color: #9B8F0B; }
span { border-color: rgb(155,143,11); }
td.TdClassName
{
border-color: #9B8F0B;
}
.TagClassName
{
border-color: #9B8F0B;
}
</style>