Shades of Lucky #9B8E0F
Tints of Lucky #9B8E0F
RGB
CMYK
RGB Variations
Color information
#9B8E0F (or 0x9B8E0F) is known color: Lucky. HEX triplet: 9B, 8E and 0F. RGB value is (155,142,15). Sum of RGB (Red+Green+Blue) = 155+142+15=312 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.68% from 312); Green value is 142 (55.86% from 255 or 45.51% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8E0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8E0F is #6471F0. Grayscale: #838383. Windows color (decimal): -6582769 or 1019547. OLE color: 1019547.
HSL color Cylindrical-coordinate representation of color #9B8E0F: hue angle of 54.43º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B8E0F is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 142 | 15 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.39 |
| HSL | 54.43º | 0.82% | 0.33% | - |
| HSV(B) | 54.43º | 0.9% | 0.61% | - |
| XYZ | 23.28 | 26.35 | 4.31 | - |
| YUV | 131.41 | 62.31 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 142 | 15 | 0 | 0.08 | 0.90 | 0.39 | 54.43 | 0.82 | 0.33 |
| Hex | 9B | 8E | F | 0 | 8 | 5A | 27 | 36 | 52 | 21 |
| Octal | 233 | 216 | 17 | 0 | 10 | 132 | 47 | 66 | 122 | 41 |
| Binary | 10011011 | 10001110 | 1111 | 0 | 1000 | 1011010 | 100111 | 110110 | 1010010 | 100001 |
Color Harmonies of #9B8E0F
Complementary color
Monochromatic Colors of #9B8E0F
Black with #9B8E0F
Text Example
Text Example
White with #9B8E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8E0F; }
p { color: rgb(155,142,15); }
H1.HeaderClassName
{
color: #9B8E0F;
}
.AnyTagClassName
{
color: #9B8E0F;
}
</style>
background-color css
<style>
a { background-color: #9B8E0F; }
a { background-color: rgb(155,142,15); }
div.DivClassName
{
background-color: #9B8E0F;
}
.BgClassName
{
background-color: #9B8E0F;
}
</style>
border-color css
<style>
span { border-color: #9B8E0F; }
span { border-color: rgb(155,142,15); }
td.TdClassName
{
border-color: #9B8E0F;
}
.TagClassName
{
border-color: #9B8E0F;
}
</style>