#8C8928

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

Shades of Lemon Ginger #8C8928

Tints of Lemon Ginger #8C8928

Color information

#8C8928 (or 0x8C8928) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 89 and 28. RGB value is (140,137,40). Sum of RGB (Red+Green+Blue) = 140+137+40=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8928 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8928 is #7376D7. Grayscale: #7F7F7F. Windows color (decimal): -7567064 or 2656652. OLE color: 2656652.

HSL color Cylindrical-coordinate representation of color #8C8928: hue angle of 58.2º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C8928 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB14013740-
CMYK00.020.710.45
HSL58.2º55.56%35.29%-
HSV(B)58.2º71.43%54.9%-
XYZ20.1423.625.5-
YUV126.8478.99137.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.16%
GREEN value IS 137 (53.91% from 255) = 43.22%
BLUE value IS 40 (16.02% from 255) = 12.62%
R=44.16%
G=43.22%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401374000.020.710.4558.255.5635.29
Hex8C892802472D3a3823
Octal214211500210755727043
Binary10001100100010011010000101000111101101111010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C8928; }

 p { color: rgb(140,137,40); }

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

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

 a { background-color: rgb(140,137,40); }

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

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

 span { border-color: rgb(140,137,40); }

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