#958726

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

Shades of Lemon Ginger #958726

Tints of Lemon Ginger #958726

Color information

#958726 (or 0x958726) is unknown color: approx Lemon Ginger. HEX triplet: 95, 87 and 26. RGB value is (149,135,38). Sum of RGB (Red+Green+Blue) = 149+135+38=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 38 (15.23% from 255 or 11.80% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #958726 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958726 is #6A78D9. Grayscale: #808080. Windows color (decimal): -6977754 or 2525077. OLE color: 2525077.

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

Color convert

RGB14913538-
CMYK00.090.740.42
HSL52.43º59.36%36.67%-
HSV(B)52.43º74.5%58.43%-
XYZ21.4123.865.31-
YUV128.1377.14142.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.27%
GREEN value IS 135 (53.12% from 255) = 41.93%
BLUE value IS 38 (15.23% from 255) = 11.80%
R=46.27%
G=41.93%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491353800.090.740.4252.4359.3636.67
Hex958726094A2A343b25
Octal2252074601111252647345
Binary1001010110000111100110010011001010101010110100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958726; }

 p { color: rgb(149,135,38); }

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

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

 a { background-color: rgb(149,135,38); }

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

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

 span { border-color: rgb(149,135,38); }

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