#8C8530

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

Shades of Lemon Ginger #8C8530

Tints of Lemon Ginger #8C8530

Color information

#8C8530 (or 0x8C8530) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 85 and 30. RGB value is (140,133,48). Sum of RGB (Red+Green+Blue) = 140+133+48=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8530 is #737ACF. Grayscale: #7D7D7D. Windows color (decimal): -7568080 or 3179916. OLE color: 3179916.

HSL color Cylindrical-coordinate representation of color #8C8530: hue angle of 55.43º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C8530 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB14013348-
CMYK00.050.660.45
HSL55.43º48.94%36.86%-
HSV(B)55.43º65.71%54.9%-
XYZ19.7422.566.11-
YUV125.484.32138.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.61%
GREEN value IS 133 (52.34% from 255) = 41.43%
BLUE value IS 48 (19.14% from 255) = 14.95%
R=43.61%
G=41.43%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401334800.050.660.4555.4348.9436.86
Hex8C853005422D373125
Octal214205600510255676145
Binary100011001000010111000001011000010101101110111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,133,48); }

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

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

 a { background-color: rgb(140,133,48); }

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

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

 span { border-color: rgb(140,133,48); }

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