#958928

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

Shades of Lemon Ginger #958928

Tints of Lemon Ginger #958928

Color information

#958928 (or 0x958928) is unknown color: approx Lemon Ginger. HEX triplet: 95, 89 and 28. RGB value is (149,137,40). Sum of RGB (Red+Green+Blue) = 149+137+40=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #958928 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958928 is #6A76D7. Grayscale: #818181. Windows color (decimal): -6977240 or 2656661. OLE color: 2656661.

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

Color convert

RGB14913740-
CMYK00.080.730.42
HSL53.39º57.67%37.06%-
HSV(B)53.39º73.15%58.43%-
XYZ21.7224.435.58-
YUV129.5377.48141.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.71%
GREEN value IS 137 (53.91% from 255) = 42.02%
BLUE value IS 40 (16.02% from 255) = 12.27%
R=45.71%
G=42.02%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491374000.080.730.4253.3957.6737.06
Hex95892808492A353a25
Octal2252115001011152657245
Binary1001010110001001101000010001001001101010110101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958928; }

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

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

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

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

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

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

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

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