#958232

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

Shades of Lemon Ginger #958232

Tints of Lemon Ginger #958232

Color information

#958232 (or 0x958232) is unknown color: approx Lemon Ginger. HEX triplet: 95, 82 and 32. RGB value is (149,130,50). Sum of RGB (Red+Green+Blue) = 149+130+50=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #958232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958232 is #6A7DCD. Grayscale: #7E7E7E. Windows color (decimal): -6979022 or 3310229. OLE color: 3310229.

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

Color convert

RGB14913050-
CMYK00.130.660.42
HSL48.48º49.75%39.02%-
HSV(B)48.48º66.44%58.43%-
XYZ20.9522.596.27-
YUV126.5684.79144-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.29%
GREEN value IS 130 (51.17% from 255) = 39.51%
BLUE value IS 50 (19.92% from 255) = 15.20%
R=45.29%
G=39.51%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491305000.130.660.4248.4849.7539.02
Hex9582320D422A303227
Octal2252026201510252606247
Binary1001010110000010110010011011000010101010110000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958232; }

 p { color: rgb(149,130,50); }

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

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

 a { background-color: rgb(149,130,50); }

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

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

 span { border-color: rgb(149,130,50); }

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