Shades of Lucky #98920F
Tints of Lucky #98920F
RGB
CMYK
RGB Variations
Color information
#98920F (or 0x98920F) is known color: Lucky. HEX triplet: 98, 92 and 0F. RGB value is (152,146,15). Sum of RGB (Red+Green+Blue) = 152+146+15=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #98920F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98920F is #676DF0. Grayscale: #858585. Windows color (decimal): -6778353 or 1020568. OLE color: 1020568.
HSL color Cylindrical-coordinate representation of color #98920F: hue angle of 57.37º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98920F is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 146 | 15 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.40 |
| HSL | 57.37º | 0.82% | 0.33% | - |
| HSV(B) | 57.37º | 0.9% | 0.6% | - |
| XYZ | 23.31 | 27.27 | 4.49 | - |
| YUV | 132.86 | 61.49 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 146 | 15 | 0 | 0.04 | 0.90 | 0.40 | 57.37 | 0.82 | 0.33 |
| Hex | 98 | 92 | F | 0 | 4 | 5A | 28 | 39 | 52 | 21 |
| Octal | 230 | 222 | 17 | 0 | 4 | 132 | 50 | 71 | 122 | 41 |
| Binary | 10011000 | 10010010 | 1111 | 0 | 100 | 1011010 | 101000 | 111001 | 1010010 | 100001 |
Color Harmonies of #98920F
Complementary color
Monochromatic Colors of #98920F
Black with #98920F
Text Example
Text Example
White with #98920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98920F; }
p { color: rgb(152,146,15); }
H1.HeaderClassName
{
color: #98920F;
}
.AnyTagClassName
{
color: #98920F;
}
</style>
background-color css
<style>
a { background-color: #98920F; }
a { background-color: rgb(152,146,15); }
div.DivClassName
{
background-color: #98920F;
}
.BgClassName
{
background-color: #98920F;
}
</style>
border-color css
<style>
span { border-color: #98920F; }
span { border-color: rgb(152,146,15); }
td.TdClassName
{
border-color: #98920F;
}
.TagClassName
{
border-color: #98920F;
}
</style>