#8C832F

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

Shades of Lemon Ginger #8C832F

Tints of Lemon Ginger #8C832F

Color information

#8C832F (or 0x8C832F) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 83 and 2F. RGB value is (140,131,47). Sum of RGB (Red+Green+Blue) = 140+131+47=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C832F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C832F is #737CD0. Grayscale: #7C7C7C. Windows color (decimal): -7568593 or 3113868. OLE color: 3113868.

HSL color Cylindrical-coordinate representation of color #8C832F: hue angle of 54.19º degrees, saturation: 0.5, 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 #8C832F is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB14013147-
CMYK00.060.660.45
HSL54.19º49.73%36.67%-
HSV(B)54.19º66.43%54.9%-
XYZ19.4422.015.91-
YUV124.1284.48139.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.03%
GREEN value IS 131 (51.56% from 255) = 41.19%
BLUE value IS 47 (18.75% from 255) = 14.78%
R=44.03%
G=41.19%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401314700.060.660.4554.1949.7336.67
Hex8C832F06422D363225
Octal214203570610255666245
Binary100011001000001110111101101000010101101110110110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C832F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,131,47); }

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

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

 a { background-color: rgb(140,131,47); }

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

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

 span { border-color: rgb(140,131,47); }

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