#958235

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

Shades of Lemon Ginger #958235

Tints of Lemon Ginger #958235

Color information

#958235 (or 0x958235) is unknown color: approx Lemon Ginger. HEX triplet: 95, 82 and 35. RGB value is (149,130,53). Sum of RGB (Red+Green+Blue) = 149+130+53=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #958235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958235 is #6A7DCA. Grayscale: #7F7F7F. Windows color (decimal): -6979019 or 3506837. OLE color: 3506837.

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

Color convert

RGB14913053-
CMYK00.130.640.42
HSL48.12º47.52%39.61%-
HSV(B)48.12º64.43%58.43%-
XYZ21.0222.616.62-
YUV126.986.29143.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.88%
GREEN value IS 130 (51.17% from 255) = 39.16%
BLUE value IS 53 (21.09% from 255) = 15.96%
R=44.88%
G=39.16%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491305300.130.640.4248.1247.5239.61
Hex9582350D402A303028
Octal2252026501510052606050
Binary1001010110000010110101011011000000101010110000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958235; }

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

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

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

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

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

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

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

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