Shades of Lucky #9B9E0A
Tints of Lucky #9B9E0A
RGB
CMYK
RGB Variations
Color information
#9B9E0A (or 0x9B9E0A) is known color: Lucky. HEX triplet: 9B, 9E and 0A. RGB value is (155,158,10). Sum of RGB (Red+Green+Blue) = 155+158+10=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 158 (62.11% from 255 or 48.92% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 158 - color contains mainly: green. Hex color #9B9E0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B9E0A is #6461F5. Grayscale: #8C8C8C. Windows color (decimal): -6578678 or 695963. OLE color: 695963.
HSL color Cylindrical-coordinate representation of color #9B9E0A: hue angle of 61.22º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B9E0A is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 158 | 10 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.38 |
| HSL | 61.22º | 0.88% | 0.33% | - |
| HSV(B) | 61.22º | 0.94% | 0.62% | - |
| XYZ | 25.8 | 31.44 | 5 | - |
| YUV | 140.23 | 54.51 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 158 | 10 | 0.02 | 0 | 0.94 | 0.38 | 61.22 | 0.88 | 0.33 |
| Hex | 9B | 9E | A | 2 | 0 | 5E | 26 | 3D | 58 | 21 |
| Octal | 233 | 236 | 12 | 2 | 0 | 136 | 46 | 75 | 130 | 41 |
| Binary | 10011011 | 10011110 | 1010 | 10 | 0 | 1011110 | 100110 | 111101 | 1011000 | 100001 |
Color Harmonies of #9B9E0A
Complementary color
Monochromatic Colors of #9B9E0A
Black with #9B9E0A
Text Example
Text Example
White with #9B9E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9E0A; }
p { color: rgb(155,158,10); }
H1.HeaderClassName
{
color: #9B9E0A;
}
.AnyTagClassName
{
color: #9B9E0A;
}
</style>
background-color css
<style>
a { background-color: #9B9E0A; }
a { background-color: rgb(155,158,10); }
div.DivClassName
{
background-color: #9B9E0A;
}
.BgClassName
{
background-color: #9B9E0A;
}
</style>
border-color css
<style>
span { border-color: #9B9E0A; }
span { border-color: rgb(155,158,10); }
td.TdClassName
{
border-color: #9B9E0A;
}
.TagClassName
{
border-color: #9B9E0A;
}
</style>