#958135

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

Shades of Lemon Ginger #958135

Tints of Lemon Ginger #958135

Color information

#958135 (or 0x958135) is unknown color: approx Lemon Ginger. HEX triplet: 95, 81 and 35. RGB value is (149,129,53). Sum of RGB (Red+Green+Blue) = 149+129+53=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #958135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958135 is #6A7ECA. Grayscale: #7E7E7E. Windows color (decimal): -6979275 or 3506581. OLE color: 3506581.

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

Color convert

RGB14912953-
CMYK00.130.640.42
HSL47.5º47.52%39.61%-
HSV(B)47.5º64.43%58.43%-
XYZ20.8922.356.58-
YUV126.3286.63144.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 129 (50.78% from 255) = 38.97%
BLUE value IS 53 (21.09% from 255) = 16.01%
R=45.02%
G=38.97%
B=16.01%

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
Decimal1491295300.130.640.4247.547.5239.61
Hex9581350D402A303028
Octal2252016501510052606050
Binary1001010110000001110101011011000000101010110000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958135; }

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

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

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

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

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

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

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

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