Shades of Lucky #9A930B
Tints of Lucky #9A930B
RGB
CMYK
RGB Variations
Color information
#9A930B (or 0x9A930B) is known color: Lucky. HEX triplet: 9A, 93 and 0B. RGB value is (154,147,11). Sum of RGB (Red+Green+Blue) = 154+147+11=312 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.36% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 154 - color contains mainly: red. Hex color #9A930B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A930B is #656CF4. Grayscale: #868686. Windows color (decimal): -6647029 or 758682. OLE color: 758682.
HSL color Cylindrical-coordinate representation of color #9A930B: hue angle of 57.06º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A930B is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 147 | 11 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.40 |
| HSL | 57.06º | 0.87% | 0.32% | - |
| HSV(B) | 57.06º | 0.93% | 0.6% | - |
| XYZ | 23.82 | 27.76 | 4.42 | - |
| YUV | 133.59 | 58.82 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 147 | 11 | 0 | 0.05 | 0.93 | 0.40 | 57.06 | 0.87 | 0.32 |
| Hex | 9A | 93 | B | 0 | 5 | 5D | 28 | 39 | 57 | 20 |
| Octal | 232 | 223 | 13 | 0 | 5 | 135 | 50 | 71 | 127 | 40 |
| Binary | 10011010 | 10010011 | 1011 | 0 | 101 | 1011101 | 101000 | 111001 | 1010111 | 100000 |
Color Harmonies of #9A930B
Complementary color
Monochromatic Colors of #9A930B
Black with #9A930B
Text Example
Text Example
White with #9A930B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A930B; }
p { color: rgb(154,147,11); }
H1.HeaderClassName
{
color: #9A930B;
}
.AnyTagClassName
{
color: #9A930B;
}
</style>
background-color css
<style>
a { background-color: #9A930B; }
a { background-color: rgb(154,147,11); }
div.DivClassName
{
background-color: #9A930B;
}
.BgClassName
{
background-color: #9A930B;
}
</style>
border-color css
<style>
span { border-color: #9A930B; }
span { border-color: rgb(154,147,11); }
td.TdClassName
{
border-color: #9A930B;
}
.TagClassName
{
border-color: #9A930B;
}
</style>