#958A14

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

Shades of Lemon Ginger #958A14

Tints of Lemon Ginger #958A14

Color information

#958A14 (or 0x958A14) is unknown color: approx Lemon Ginger. HEX triplet: 95, 8A and 14. RGB value is (149,138,20). Sum of RGB (Red+Green+Blue) = 149+138+20=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #958A14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958A14 is #6A75EB. Grayscale: #808080. Windows color (decimal): -6977004 or 1346197. OLE color: 1346197.

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

Color convert

RGB14913820-
CMYK00.070.870.42
HSL54.88º76.33%33.14%-
HSV(B)54.88º86.58%58.43%-
XYZ21.6124.624.27-
YUV127.8467.14143.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.53%
GREEN value IS 138 (54.30% from 255) = 44.95%
BLUE value IS 20 (8.20% from 255) = 6.51%
R=48.53%
G=44.95%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491382000.070.870.4254.8876.3333.14
Hex958A1407572A374c21
Octal2252122407127526711441
Binary100101011000101010100011110101111010101101111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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