#998826

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

Shades of Lemon Ginger #998826

Tints of Lemon Ginger #998826

Color information

#998826 (or 0x998826) is unknown color: approx Lemon Ginger. HEX triplet: 99, 88 and 26. RGB value is (153,136,38). Sum of RGB (Red+Green+Blue) = 153+136+38=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #998826 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998826 is #6677D9. Grayscale: #828282. Windows color (decimal): -6715354 or 2525337. OLE color: 2525337.

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

Color convert

RGB15313638-
CMYK00.110.750.4
HSL51.13º60.21%37.45%-
HSV(B)51.13º75.16%60%-
XYZ22.2924.525.39-
YUV129.9176.13144.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.79%
GREEN value IS 136 (53.52% from 255) = 41.59%
BLUE value IS 38 (15.23% from 255) = 11.62%
R=46.79%
G=41.59%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531363800.110.750.451.1360.2137.45
Hex9988260B4B28333c25
Octal2312104601311350637445
Binary1001100110001000100110010111001011101000110011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998826; }

 p { color: rgb(153,136,38); }

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

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

 a { background-color: rgb(153,136,38); }

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

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

 span { border-color: rgb(153,136,38); }

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