#958431

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

Shades of Lemon Ginger #958431

Tints of Lemon Ginger #958431

Color information

#958431 (or 0x958431) is unknown color: approx Lemon Ginger. HEX triplet: 95, 84 and 31. RGB value is (149,132,49). Sum of RGB (Red+Green+Blue) = 149+132+49=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #958431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958431 is #6A7BCE. Grayscale: #7F7F7F. Windows color (decimal): -6978511 or 3245205. OLE color: 3245205.

HSL color Cylindrical-coordinate representation of color #958431: hue angle of 49.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #958431 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB14913249-
CMYK00.110.670.42
HSL49.8º50.51%38.82%-
HSV(B)49.8º67.11%58.43%-
XYZ21.223.116.25-
YUV127.6283.63143.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.15%
GREEN value IS 132 (51.95% from 255) = 40%
BLUE value IS 49 (19.53% from 255) = 14.85%
R=45.15%
G=40%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491324900.110.670.4249.850.5138.82
Hex9584310B432A323327
Octal2252046101310352626347
Binary1001010110000100110001010111000011101010110010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958431; }

 p { color: rgb(149,132,49); }

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

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

 a { background-color: rgb(149,132,49); }

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

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

 span { border-color: rgb(149,132,49); }

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