#988B23

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

Shades of Lemon Ginger #988B23

Tints of Lemon Ginger #988B23

Color information

#988B23 (or 0x988B23) is unknown color: approx Lemon Ginger. HEX triplet: 98, 8B and 23. RGB value is (152,139,35). Sum of RGB (Red+Green+Blue) = 152+139+35=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #988B23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988B23 is #6774DC. Grayscale: #838383. Windows color (decimal): -6780125 or 2329496. OLE color: 2329496.

HSL color Cylindrical-coordinate representation of color #988B23: hue angle of 53.33º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #988B23 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.40.

Color convert

RGB15213935-
CMYK00.090.770.40
HSL53.33º62.57%36.67%-
HSV(B)53.33º76.97%59.61%-
XYZ22.4825.265.28-
YUV131.0373.81142.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.63%
GREEN value IS 139 (54.69% from 255) = 42.64%
BLUE value IS 35 (14.06% from 255) = 10.74%
R=46.63%
G=42.64%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.77
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521393500.090.770.4053.3362.5736.67
Hex988B23094D28353f25
Octal2302134301111550657745
Binary1001100010001011100011010011001101101000110101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988B23; }

 p { color: rgb(152,139,35); }

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

<style>
 a { background-color: #988B23; }

 a { background-color: rgb(152,139,35); }

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

<style>
 span { border-color: #988B23; }

 span { border-color: rgb(152,139,35); }

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