#958A18

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

Shades of Lemon Ginger #958A18

Tints of Lemon Ginger #958A18

Color information

#958A18 (or 0x958A18) is unknown color: approx Lemon Ginger. HEX triplet: 95, 8A and 18. RGB value is (149,138,24). Sum of RGB (Red+Green+Blue) = 149+138+24=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #958A18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958A18 is #6A75E7. Grayscale: #808080. Windows color (decimal): -6977000 or 1608341. OLE color: 1608341.

HSL color Cylindrical-coordinate representation of color #958A18: hue angle of 54.72º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #958A18 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB14913824-
CMYK00.070.840.42
HSL54.72º72.25%33.92%-
HSV(B)54.72º83.89%58.43%-
XYZ21.6524.634.48-
YUV128.2969.14142.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.91%
GREEN value IS 138 (54.30% from 255) = 44.37%
BLUE value IS 24 (9.77% from 255) = 7.72%
R=47.91%
G=44.37%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491382400.070.840.4254.7272.2533.92
Hex958A1807542A374822
Octal2252123007124526711042
Binary100101011000101011000011110101001010101101111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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