#998C26

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

Shades of Lemon Ginger #998C26

Tints of Lemon Ginger #998C26

Color information

#998C26 (or 0x998C26) is unknown color: approx Lemon Ginger. HEX triplet: 99, 8C and 26. RGB value is (153,140,38). Sum of RGB (Red+Green+Blue) = 153+140+38=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #998C26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998C26 is #6673D9. Grayscale: #848484. Windows color (decimal): -6714330 or 2526361. OLE color: 2526361.

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

Color convert

RGB15314038-
CMYK00.080.750.4
HSL53.22º60.21%37.45%-
HSV(B)53.22º75.16%60%-
XYZ22.8625.675.58-
YUV132.2674.81142.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.22%
GREEN value IS 140 (55.08% from 255) = 42.30%
BLUE value IS 38 (15.23% from 255) = 11.48%
R=46.22%
G=42.30%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531403800.080.750.453.2260.2137.45
Hex998C26084B28353c25
Octal2312144601011350657445
Binary1001100110001100100110010001001011101000110101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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