#98892B

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

Shades of Lemon Ginger #98892B

Tints of Lemon Ginger #98892B

Color information

#98892B (or 0x98892B) is unknown color: approx Lemon Ginger. HEX triplet: 98, 89 and 2B. RGB value is (152,137,43). Sum of RGB (Red+Green+Blue) = 152+137+43=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #98892B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98892B is #6776D4. Grayscale: #838383. Windows color (decimal): -6780629 or 2853272. OLE color: 2853272.

HSL color Cylindrical-coordinate representation of color #98892B: hue angle of 51.74º 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 #98892B is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB15213743-
CMYK00.100.720.40
HSL51.74º55.9%38.24%-
HSV(B)51.74º71.71%59.61%-
XYZ22.3324.745.88-
YUV130.7778.47143.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.78%
GREEN value IS 137 (53.91% from 255) = 41.27%
BLUE value IS 43 (17.19% from 255) = 12.95%
R=45.78%
G=41.27%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521374300.100.720.4051.7455.938.24
Hex98892B0A4828343826
Octal2302115301211050647046
Binary1001100010001001101011010101001000101000110100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98892B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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