#958C2D

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

Shades of Lemon Ginger #958C2D

Tints of Lemon Ginger #958C2D

Color information

#958C2D (or 0x958C2D) is unknown color: approx Lemon Ginger. HEX triplet: 95, 8C and 2D. RGB value is (149,140,45). Sum of RGB (Red+Green+Blue) = 149+140+45=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 140 (55.08% from 255 or 41.92% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #958C2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958C2D is #6A73D2. Grayscale: #848484. Windows color (decimal): -6976467 or 2985109. OLE color: 2985109.

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

Color convert

RGB14914045-
CMYK00.060.700.42
HSL54.81º53.61%38.04%-
HSV(B)54.81º69.8%58.43%-
XYZ22.2525.346.2-
YUV131.8678.98140.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.61%
GREEN value IS 140 (55.08% from 255) = 41.92%
BLUE value IS 45 (17.97% from 255) = 13.47%
R=44.61%
G=41.92%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491404500.060.700.4254.8153.6138.04
Hex958C2D06462A373626
Octal225214550610652676646
Binary100101011000110010110101101000110101010110111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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