#988827

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

Shades of Lemon Ginger #988827

Tints of Lemon Ginger #988827

Color information

#988827 (or 0x988827) is unknown color: approx Lemon Ginger. HEX triplet: 98, 88 and 27. RGB value is (152,136,39). Sum of RGB (Red+Green+Blue) = 152+136+39=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #988827 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988827 is #6777D8. Grayscale: #828282. Windows color (decimal): -6780889 or 2590872. OLE color: 2590872.

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

Color convert

RGB15213639-
CMYK00.110.740.40
HSL51.5º59.16%37.45%-
HSV(B)51.5º74.34%59.61%-
XYZ22.1224.435.47-
YUV129.7376.8143.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.48%
GREEN value IS 136 (53.52% from 255) = 41.59%
BLUE value IS 39 (15.62% from 255) = 11.93%
R=46.48%
G=41.59%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521363900.110.740.4051.559.1637.45
Hex9888270B4A28343b25
Octal2302104701311250647345
Binary1001100010001000100111010111001010101000110100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988827; }

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

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

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

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

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

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

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

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