#998A26

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

Shades of Lemon Ginger #998A26

Tints of Lemon Ginger #998A26

Color information

#998A26 (or 0x998A26) is unknown color: approx Lemon Ginger. HEX triplet: 99, 8A and 26. RGB value is (153,138,38). Sum of RGB (Red+Green+Blue) = 153+138+38=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #998A26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998A26 is #6675D9. Grayscale: #838383. Windows color (decimal): -6714842 or 2525849. OLE color: 2525849.

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

Color convert

RGB15313838-
CMYK00.100.750.4
HSL52.17º60.21%37.45%-
HSV(B)52.17º75.16%60%-
XYZ22.5825.095.49-
YUV131.0875.47143.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.50%
GREEN value IS 138 (54.30% from 255) = 41.95%
BLUE value IS 38 (15.23% from 255) = 11.55%
R=46.50%
G=41.95%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531383800.100.750.452.1760.2137.45
Hex998A260A4B28343c25
Octal2312124601211350647445
Binary1001100110001010100110010101001011101000110100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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