#998725

Color #998725 Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #998725

Tints of Lemon Ginger #998725

Color information

#998725 (or 0x998725) is unknown color: approx Lemon Ginger. HEX triplet: 99, 87 and 25. RGB value is (153,135,37). Sum of RGB (Red+Green+Blue) = 153+135+37=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #998725 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998725 is #6678DA. Grayscale: #818181. Windows color (decimal): -6715611 or 2459545. OLE color: 2459545.

HSL color Cylindrical-coordinate representation of color #998725: hue angle of 50.69º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #998725 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB15313537-
CMYK00.120.760.4
HSL50.69º61.05%37.25%-
HSV(B)50.69º75.82%60%-
XYZ22.1324.235.26-
YUV129.2175.96144.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.08%
GREEN value IS 135 (53.12% from 255) = 41.54%
BLUE value IS 37 (14.84% from 255) = 11.38%
R=47.08%
G=41.54%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531353700.120.760.450.6961.0537.25
Hex9987250C4C28333d25
Octal2312074501411450637545
Binary1001100110000111100101011001001100101000110011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998725; }

 p { color: rgb(153,135,37); }

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

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

 a { background-color: rgb(153,135,37); }

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

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

 span { border-color: rgb(153,135,37); }

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