#988C23

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

Shades of Lemon Ginger #988C23

Tints of Lemon Ginger #988C23

Color information

#988C23 (or 0x988C23) is unknown color: approx Lemon Ginger. HEX triplet: 98, 8C and 23. RGB value is (152,140,35). Sum of RGB (Red+Green+Blue) = 152+140+35=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #988C23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988C23 is #6773DC. Grayscale: #848484. Windows color (decimal): -6779869 or 2329752. OLE color: 2329752.

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

Color convert

RGB15214035-
CMYK00.080.770.40
HSL53.85º62.57%36.67%-
HSV(B)53.85º76.97%59.61%-
XYZ22.6325.555.33-
YUV131.6273.48142.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.48%
GREEN value IS 140 (55.08% from 255) = 42.81%
BLUE value IS 35 (14.06% from 255) = 10.70%
R=46.48%
G=42.81%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521403500.080.770.4053.8562.5736.67
Hex988C23084D28363f25
Octal2302144301011550667745
Binary1001100010001100100011010001001101101000110110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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