#98892C

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

Shades of Lemon Ginger #98892C

Tints of Lemon Ginger #98892C

Color information

#98892C (or 0x98892C) is unknown color: approx Lemon Ginger. HEX triplet: 98, 89 and 2C. RGB value is (152,137,44). Sum of RGB (Red+Green+Blue) = 152+137+44=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #98892C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98892C is #6776D3. Grayscale: #838383. Windows color (decimal): -6780628 or 2918808. OLE color: 2918808.

HSL color Cylindrical-coordinate representation of color #98892C: hue angle of 51.67º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #98892C is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB15213744-
CMYK00.100.710.40
HSL51.67º55.1%38.43%-
HSV(B)51.67º71.05%59.61%-
XYZ22.3524.755.98-
YUV130.8878.97143.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 137 (53.91% from 255) = 41.14%
BLUE value IS 44 (17.58% from 255) = 13.21%
R=45.65%
G=41.14%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521374400.100.710.4051.6755.138.43
Hex98892C0A4728343726
Octal2302115401210750646746
Binary1001100010001001101100010101000111101000110100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98892C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98892C; }

 p { color: rgb(152,137,44); }

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

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

 a { background-color: rgb(152,137,44); }

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

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

 span { border-color: rgb(152,137,44); }

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