#958C2E

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

Shades of Lemon Ginger #958C2E

Tints of Lemon Ginger #958C2E

Color information

#958C2E (or 0x958C2E) is unknown color: approx Lemon Ginger. HEX triplet: 95, 8C and 2E. RGB value is (149,140,46). Sum of RGB (Red+Green+Blue) = 149+140+46=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #958C2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958C2E is #6A73D1. Grayscale: #848484. Windows color (decimal): -6976466 or 3050645. OLE color: 3050645.

HSL color Cylindrical-coordinate representation of color #958C2E: hue angle of 54.76º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #958C2E is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB14914046-
CMYK00.060.690.42
HSL54.76º52.82%38.24%-
HSV(B)54.76º69.13%58.43%-
XYZ22.2725.346.3-
YUV131.9879.48140.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 140 (55.08% from 255) = 41.79%
BLUE value IS 46 (18.36% from 255) = 13.73%
R=44.48%
G=41.79%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491404600.060.690.4254.7652.8238.24
Hex958C2E06452A373526
Octal225214560610552676546
Binary100101011000110010111001101000101101010110111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,140,46); }

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

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

 a { background-color: rgb(149,140,46); }

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

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

 span { border-color: rgb(149,140,46); }

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