#958128

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

Shades of Lemon Ginger #958128

Tints of Lemon Ginger #958128

Color information

#958128 (or 0x958128) is unknown color: approx Lemon Ginger. HEX triplet: 95, 81 and 28. RGB value is (149,129,40). Sum of RGB (Red+Green+Blue) = 149+129+40=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #958128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958128 is #6A7ED7. Grayscale: #7D7D7D. Windows color (decimal): -6979288 or 2654613. OLE color: 2654613.

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

Color convert

RGB14912940-
CMYK00.130.730.42
HSL48.99º57.67%37.06%-
HSV(B)48.99º73.15%58.43%-
XYZ20.6322.245.21-
YUV124.8380.13145.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.86%
GREEN value IS 129 (50.78% from 255) = 40.57%
BLUE value IS 40 (16.02% from 255) = 12.58%
R=46.86%
G=40.57%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491294000.130.730.4248.9957.6737.06
Hex9581280D492A313a25
Octal2252015001511152617245
Binary1001010110000001101000011011001001101010110001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958128; }

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

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

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

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

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

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

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

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