#958824

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

Shades of Lemon Ginger #958824

Tints of Lemon Ginger #958824

Color information

#958824 (or 0x958824) is unknown color: approx Lemon Ginger. HEX triplet: 95, 88 and 24. RGB value is (149,136,36). Sum of RGB (Red+Green+Blue) = 149+136+36=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 36 (14.45% from 255 or 11.21% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #958824 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958824 is #6A77DB. Grayscale: #808080. Windows color (decimal): -6977500 or 2394261. OLE color: 2394261.

HSL color Cylindrical-coordinate representation of color #958824: hue angle of 53.1º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #958824 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB14913636-
CMYK00.090.760.42
HSL53.1º61.08%36.27%-
HSV(B)53.1º75.84%58.43%-
XYZ21.5224.135.19-
YUV128.4975.81142.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.42%
GREEN value IS 136 (53.52% from 255) = 42.37%
BLUE value IS 36 (14.45% from 255) = 11.21%
R=46.42%
G=42.37%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491363600.090.760.4253.161.0836.27
Hex958824094C2A353d24
Octal2252104401111452657544
Binary1001010110001000100100010011001100101010110101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958824; }

 p { color: rgb(149,136,36); }

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

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

 a { background-color: rgb(149,136,36); }

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

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

 span { border-color: rgb(149,136,36); }

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