Shades of Lucky #98920D
Tints of Lucky #98920D
RGB
CMYK
RGB Variations
Color information
#98920D (or 0x98920D) is known color: Lucky. HEX triplet: 98, 92 and 0D. RGB value is (152,146,13). Sum of RGB (Red+Green+Blue) = 152+146+13=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #98920D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98920D is #676DF2. Grayscale: #858585. Windows color (decimal): -6778355 or 889496. OLE color: 889496.
HSL color Cylindrical-coordinate representation of color #98920D: hue angle of 57.41º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98920D is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 146 | 13 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.40 |
| HSL | 57.41º | 0.84% | 0.32% | - |
| HSV(B) | 57.41º | 0.91% | 0.6% | - |
| XYZ | 23.3 | 27.26 | 4.41 | - |
| YUV | 132.63 | 60.49 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 146 | 13 | 0 | 0.04 | 0.91 | 0.40 | 57.41 | 0.84 | 0.32 |
| Hex | 98 | 92 | D | 0 | 4 | 5B | 28 | 39 | 54 | 20 |
| Octal | 230 | 222 | 15 | 0 | 4 | 133 | 50 | 71 | 124 | 40 |
| Binary | 10011000 | 10010010 | 1101 | 0 | 100 | 1011011 | 101000 | 111001 | 1010100 | 100000 |
Color Harmonies of #98920D
Complementary color
Monochromatic Colors of #98920D
Black with #98920D
Text Example
Text Example
White with #98920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98920D; }
p { color: rgb(152,146,13); }
H1.HeaderClassName
{
color: #98920D;
}
.AnyTagClassName
{
color: #98920D;
}
</style>
background-color css
<style>
a { background-color: #98920D; }
a { background-color: rgb(152,146,13); }
div.DivClassName
{
background-color: #98920D;
}
.BgClassName
{
background-color: #98920D;
}
</style>
border-color css
<style>
span { border-color: #98920D; }
span { border-color: rgb(152,146,13); }
td.TdClassName
{
border-color: #98920D;
}
.TagClassName
{
border-color: #98920D;
}
</style>