#98912C

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

Shades of Lemon Ginger #98912C

Tints of Lemon Ginger #98912C

Color information

#98912C (or 0x98912C) is unknown color: approx Lemon Ginger. HEX triplet: 98, 91 and 2C. RGB value is (152,145,44). Sum of RGB (Red+Green+Blue) = 152+145+44=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #98912C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98912C is #676ED3. Grayscale: #878787. Windows color (decimal): -6778580 or 2920856. OLE color: 2920856.

HSL color Cylindrical-coordinate representation of color #98912C: hue angle of 56.11º 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 #98912C is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB15214544-
CMYK00.050.710.40
HSL56.11º55.1%38.43%-
HSV(B)56.11º71.05%59.61%-
XYZ23.5327.116.38-
YUV135.5876.32139.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.57%
GREEN value IS 145 (57.03% from 255) = 42.52%
BLUE value IS 44 (17.58% from 255) = 12.90%
R=44.57%
G=42.52%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521454400.050.710.4056.1155.138.43
Hex98912C054728383726
Octal230221540510750706746
Binary100110001001000110110001011000111101000111000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98912C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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