#958E1D

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

Shades of Lemon Ginger #958E1D

Tints of Lemon Ginger #958E1D

Color information

#958E1D (or 0x958E1D) is unknown color: approx Lemon Ginger. HEX triplet: 95, 8E and 1D. RGB value is (149,142,29). Sum of RGB (Red+Green+Blue) = 149+142+29=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 142 (55.86% from 255 or 44.38% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #958E1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958E1D is #6A71E2. Grayscale: #838383. Windows color (decimal): -6975971 or 1937045. OLE color: 1937045.

HSL color Cylindrical-coordinate representation of color #958E1D: hue angle of 56.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #958E1D is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB14914229-
CMYK00.050.810.42
HSL56.5º67.42%34.9%-
HSV(B)56.5º80.54%58.43%-
XYZ22.2925.824.97-
YUV131.2170.32140.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.56%
GREEN value IS 142 (55.86% from 255) = 44.38%
BLUE value IS 29 (11.72% from 255) = 9.06%
R=46.56%
G=44.38%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491422900.050.810.4256.567.4234.9
Hex958E1D05512A384323
Octal2252163505121527010343
Binary100101011000111011101010110100011010101110001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958E1D; }

 p { color: rgb(149,142,29); }

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

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

 a { background-color: rgb(149,142,29); }

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

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

 span { border-color: rgb(149,142,29); }

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