#98862B

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

Shades of Lemon Ginger #98862B

Tints of Lemon Ginger #98862B

Color information

#98862B (or 0x98862B) is unknown color: approx Lemon Ginger. HEX triplet: 98, 86 and 2B. RGB value is (152,134,43). Sum of RGB (Red+Green+Blue) = 152+134+43=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #98862B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98862B is #6779D4. Grayscale: #818181. Windows color (decimal): -6781397 or 2852504. OLE color: 2852504.

HSL color Cylindrical-coordinate representation of color #98862B: hue angle of 50.09º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98862B is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB15213443-
CMYK00.120.720.40
HSL50.09º55.9%38.24%-
HSV(B)50.09º71.71%59.61%-
XYZ21.9123.95.74-
YUV129.0179.46144.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.20%
GREEN value IS 134 (52.73% from 255) = 40.73%
BLUE value IS 43 (17.19% from 255) = 13.07%
R=46.20%
G=40.73%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521344300.120.720.4050.0955.938.24
Hex98862B0C4828323826
Octal2302065301411050627046
Binary1001100010000110101011011001001000101000110010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98862B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98862B; }

 p { color: rgb(152,134,43); }

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

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

 a { background-color: rgb(152,134,43); }

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

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

 span { border-color: rgb(152,134,43); }

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