#988523

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

Shades of Lemon Ginger #988523

Tints of Lemon Ginger #988523

Color information

#988523 (or 0x988523) is unknown color: approx Lemon Ginger. HEX triplet: 98, 85 and 23. RGB value is (152,133,35). Sum of RGB (Red+Green+Blue) = 152+133+35=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 35 (14.06% from 255 or 10.94% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #988523 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988523 is #677ADC. Grayscale: #7F7F7F. Windows color (decimal): -6781661 or 2327960. OLE color: 2327960.

HSL color Cylindrical-coordinate representation of color #988523: hue angle of 50.26º 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 #988523 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.40.

Color convert

RGB15213335-
CMYK00.130.770.40
HSL50.26º62.57%36.67%-
HSV(B)50.26º76.97%59.61%-
XYZ21.6423.575-
YUV127.5175.79145.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.5%
GREEN value IS 133 (52.34% from 255) = 41.56%
BLUE value IS 35 (14.06% from 255) = 10.94%
R=47.5%
G=41.56%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.77
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521333500.130.770.4050.2662.5736.67
Hex9885230D4D28323f25
Octal2302054301511550627745
Binary1001100010000101100011011011001101101000110010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988523; }

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

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

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

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

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

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

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

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