#9F9825

Color #9F9825 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #9F9825

Tints of Lucky #9F9825

Color information

#9F9825 (or 0x9F9825) is unknown color: approx Lucky. HEX triplet: 9F, 98 and 25. RGB value is (159,152,37). Sum of RGB (Red+Green+Blue) = 159+152+37=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9825 is #6067DA. Grayscale: #8D8D8D. Windows color (decimal): -6318043 or 2463903. OLE color: 2463903.

HSL color Cylindrical-coordinate representation of color #9F9825: hue angle of 56.56º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F9825 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB15915237-
CMYK00.040.770.38
HSL56.56º62.24%38.43%-
HSV(B)56.56º76.73%62.35%-
XYZ25.8629.966.17-
YUV140.9869.32140.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 45.69%
GREEN value IS 152 (59.77% from 255) = 43.68%
BLUE value IS 37 (14.84% from 255) = 10.63%
R=45.69%
G=43.68%
B=10.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591523700.040.770.3856.5662.2438.43
Hex9F9825044D26393e26
Octal237230450411546717646
Binary100111111001100010010101001001101100110111001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F9825; }

 p { color: rgb(159,152,37); }

 H1.HeaderClassName
 {
   color: #9F9825;
 }
 .AnyTagClassName
 {
   color: #9F9825;
 }
</style>
background-color css

<style>
 a { background-color: #9F9825; }

 a { background-color: rgb(159,152,37); }

 div.DivClassName
 {
   background-color: #9F9825;
 }
 .BgClassName
 {
   background-color: #9F9825;
 }
</style>
border-color css

<style>
 span { border-color: #9F9825; }

 span { border-color: rgb(159,152,37); }

 td.TdClassName
 {
   border-color: #9F9825;
 }
 .TagClassName
 {
   border-color: #9F9825;
 }
</style>