#958A26

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

Shades of Lemon Ginger #958A26

Tints of Lemon Ginger #958A26

Color information

#958A26 (or 0x958A26) is unknown color: approx Lemon Ginger. HEX triplet: 95, 8A and 26. RGB value is (149,138,38). Sum of RGB (Red+Green+Blue) = 149+138+38=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 38 (15.23% from 255 or 11.69% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #958A26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958A26 is #6A75D9. Grayscale: #828282. Windows color (decimal): -6976986 or 2525845. OLE color: 2525845.

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

Color convert

RGB14913838-
CMYK00.070.740.42
HSL54.05º59.36%36.67%-
HSV(B)54.05º74.5%58.43%-
XYZ21.8324.715.45-
YUV129.8976.14141.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.85%
GREEN value IS 138 (54.30% from 255) = 42.46%
BLUE value IS 38 (15.23% from 255) = 11.69%
R=45.85%
G=42.46%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491383800.070.740.4254.0559.3636.67
Hex958A26074A2A363b25
Octal225212460711252667345
Binary100101011000101010011001111001010101010110110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958A26; }

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

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

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

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

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

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

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

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