#98851F

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

Shades of Lemon Ginger #98851F

Tints of Lemon Ginger #98851F

Color information

#98851F (or 0x98851F) is unknown color: approx Lemon Ginger. HEX triplet: 98, 85 and 1F. RGB value is (152,133,31). Sum of RGB (Red+Green+Blue) = 152+133+31=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #98851F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98851F is #677AE0. Grayscale: #7F7F7F. Windows color (decimal): -6781665 or 2065816. OLE color: 2065816.

HSL color Cylindrical-coordinate representation of color #98851F: hue angle of 50.58º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98851F is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB15213331-
CMYK00.130.800.40
HSL50.58º66.12%35.88%-
HSV(B)50.58º79.61%59.61%-
XYZ21.5823.554.7-
YUV127.0573.79145.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.10%
GREEN value IS 133 (52.34% from 255) = 42.09%
BLUE value IS 31 (12.5% from 255) = 9.81%
R=48.10%
G=42.09%
B=9.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521333100.130.800.4050.5866.1235.88
Hex98851F0D5028334224
Octal23020537015120506310244
Binary1001100010000101111110110110100001010001100111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98851F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98851F; }

 p { color: rgb(152,133,31); }

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

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

 a { background-color: rgb(152,133,31); }

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

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

 span { border-color: rgb(152,133,31); }

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