#98881A

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

Shades of Lemon Ginger #98881A

Tints of Lemon Ginger #98881A

Color information

#98881A (or 0x98881A) is unknown color: approx Lemon Ginger. HEX triplet: 98, 88 and 1A. RGB value is (152,136,26). Sum of RGB (Red+Green+Blue) = 152+136+26=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #98881A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98881A is #6777E5. Grayscale: #808080. Windows color (decimal): -6780902 or 1738904. OLE color: 1738904.

HSL color Cylindrical-coordinate representation of color #98881A: hue angle of 52.38º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #98881A is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB15213626-
CMYK00.110.830.40
HSL52.38º70.79%34.9%-
HSV(B)52.38º82.89%59.61%-
XYZ21.9424.364.52-
YUV128.2470.3144.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.41%
GREEN value IS 136 (53.52% from 255) = 43.31%
BLUE value IS 26 (10.55% from 255) = 8.28%
R=48.41%
G=43.31%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521362600.110.830.4052.3870.7934.9
Hex98881A0B5328344723
Octal23021032013123506410743
Binary1001100010001000110100101110100111010001101001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98881A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98881A; }

 p { color: rgb(152,136,26); }

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

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

 a { background-color: rgb(152,136,26); }

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

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

 span { border-color: rgb(152,136,26); }

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