#958226

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

Shades of Lemon Ginger #958226

Tints of Lemon Ginger #958226

Color information

#958226 (or 0x958226) is unknown color: approx Lemon Ginger. HEX triplet: 95, 82 and 26. RGB value is (149,130,38). Sum of RGB (Red+Green+Blue) = 149+130+38=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #958226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958226 is #6A7DD9. Grayscale: #7D7D7D. Windows color (decimal): -6979034 or 2523797. OLE color: 2523797.

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

Color convert

RGB14913038-
CMYK00.130.740.42
HSL49.73º59.36%36.67%-
HSV(B)49.73º74.5%58.43%-
XYZ20.7322.495.08-
YUV125.1978.79144.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.00%
GREEN value IS 130 (51.17% from 255) = 41.01%
BLUE value IS 38 (15.23% from 255) = 11.99%
R=47.00%
G=41.01%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491303800.130.740.4249.7359.3636.67
Hex9582260D4A2A323b25
Octal2252024601511252627345
Binary1001010110000010100110011011001010101010110010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958226; }

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

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

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

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

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

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

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

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