#998B26

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

Shades of Lemon Ginger #998B26

Tints of Lemon Ginger #998B26

Color information

#998B26 (or 0x998B26) is unknown color: approx Lemon Ginger. HEX triplet: 99, 8B and 26. RGB value is (153,139,38). Sum of RGB (Red+Green+Blue) = 153+139+38=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #998B26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998B26 is #6674D9. Grayscale: #848484. Windows color (decimal): -6714586 or 2526105. OLE color: 2526105.

HSL color Cylindrical-coordinate representation of color #998B26: hue angle of 52.7º 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 #998B26 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB15313938-
CMYK00.090.750.4
HSL52.7º60.21%37.45%-
HSV(B)52.7º75.16%60%-
XYZ22.7225.385.53-
YUV131.6775.14143.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.36%
GREEN value IS 139 (54.69% from 255) = 42.12%
BLUE value IS 38 (15.23% from 255) = 11.52%
R=46.36%
G=42.12%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531393800.090.750.452.760.2137.45
Hex998B26094B28353c25
Octal2312134601111350657445
Binary1001100110001011100110010011001011101000110101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998B26; }

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

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

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

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

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

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

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

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