#958035

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

Shades of Lemon Ginger #958035

Tints of Lemon Ginger #958035

Color information

#958035 (or 0x958035) is unknown color: approx Lemon Ginger. HEX triplet: 95, 80 and 35. RGB value is (149,128,53). Sum of RGB (Red+Green+Blue) = 149+128+53=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #958035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958035 is #6A7FCA. Grayscale: #7E7E7E. Windows color (decimal): -6979531 or 3506325. OLE color: 3506325.

HSL color Cylindrical-coordinate representation of color #958035: hue angle of 46.88º 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 #958035 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB14912853-
CMYK00.140.640.42
HSL46.88º47.52%39.61%-
HSV(B)46.88º64.43%58.43%-
XYZ20.7622.086.54-
YUV125.7386.96144.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.15%
GREEN value IS 128 (50.39% from 255) = 38.79%
BLUE value IS 53 (21.09% from 255) = 16.06%
R=45.15%
G=38.79%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491285300.140.640.4246.8847.5239.61
Hex9580350E402A2f3028
Octal2252006501610052576050
Binary1001010110000000110101011101000000101010101111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958035; }

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

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

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

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

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

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

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

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