#958c18

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

Shades of Lemon Ginger #958C18

Tints of Lemon Ginger #958C18

Color information

#958C18 (or 0x958C18) is unknown color: approx Lemon Ginger. HEX triplet: 95, 8C and 18. RGB value is (149,140,24). Sum of RGB (Red+Green+Blue) = 149+140+24=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #958C18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958C18 is #6A73E7. Grayscale: #818181. Windows color (decimal): -6976488 or 1608853. OLE color: 1608853.

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

Color convert

RGB14914024-
CMYK00.060.840.42
HSL55.68º72.25%33.92%-
HSV(B)55.68º83.89%58.43%-
XYZ21.9425.214.57-
YUV129.4768.48141.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.60%
GREEN value IS 140 (55.08% from 255) = 44.73%
BLUE value IS 24 (9.77% from 255) = 7.67%
R=47.60%
G=44.73%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491402400.060.840.4255.6872.2533.92
Hex958C1806542A384822
Octal2252143006124527011042
Binary100101011000110011000011010101001010101110001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958c18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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