Shades of Lucky #9C9422
Tints of Lucky #9C9422
RGB
CMYK
RGB Variations
Color information
#9C9422 (or 0x9C9422) is known color: Lucky. HEX triplet: 9C, 94 and 22. RGB value is (156,148,34). Sum of RGB (Red+Green+Blue) = 156+148+34=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 34 (13.67% from 255 or 10.06% from 338); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9422 is #636BDD. Grayscale: #898989. Windows color (decimal): -6515678 or 2266268. OLE color: 2266268.
HSL color Cylindrical-coordinate representation of color #9C9422: hue angle of 56.07º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C9422 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 148 | 34 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.39 |
| HSL | 56.07º | 0.64% | 0.37% | - |
| HSV(B) | 56.07º | 0.78% | 0.61% | - |
| XYZ | 24.59 | 28.36 | 5.69 | - |
| YUV | 137.4 | 69.65 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 148 | 34 | 0 | 0.05 | 0.78 | 0.39 | 56.07 | 0.64 | 0.37 |
| Hex | 9C | 94 | 22 | 0 | 5 | 4E | 27 | 38 | 40 | 25 |
| Octal | 234 | 224 | 42 | 0 | 5 | 116 | 47 | 70 | 100 | 45 |
| Binary | 10011100 | 10010100 | 100010 | 0 | 101 | 1001110 | 100111 | 111000 | 1000000 | 100101 |
Color Harmonies of #9C9422
Complementary color
Monochromatic Colors of #9C9422
Black with #9C9422
Text Example
Text Example
White with #9C9422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9422; }
p { color: rgb(156,148,34); }
H1.HeaderClassName
{
color: #9C9422;
}
.AnyTagClassName
{
color: #9C9422;
}
</style>
background-color css
<style>
a { background-color: #9C9422; }
a { background-color: rgb(156,148,34); }
div.DivClassName
{
background-color: #9C9422;
}
.BgClassName
{
background-color: #9C9422;
}
</style>
border-color css
<style>
span { border-color: #9C9422; }
span { border-color: rgb(156,148,34); }
td.TdClassName
{
border-color: #9C9422;
}
.TagClassName
{
border-color: #9C9422;
}
</style>