#958912

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

Shades of Lemon Ginger #958912

Tints of Lemon Ginger #958912

Color information

#958912 (or 0x958912) is unknown color: approx Lemon Ginger. HEX triplet: 95, 89 and 12. RGB value is (149,137,18). Sum of RGB (Red+Green+Blue) = 149+137+18=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #958912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958912 is #6A76ED. Grayscale: #7F7F7F. Windows color (decimal): -6977262 or 1214869. OLE color: 1214869.

HSL color Cylindrical-coordinate representation of color #958912: hue angle of 54.5º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #958912 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB14913718-
CMYK00.080.880.42
HSL54.5º78.44%32.75%-
HSV(B)54.5º87.92%58.43%-
XYZ21.4524.324.14-
YUV127.0266.48143.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.01%
GREEN value IS 137 (53.91% from 255) = 45.07%
BLUE value IS 18 (7.42% from 255) = 5.92%
R=49.01%
G=45.07%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491371800.080.880.4254.578.4432.75
Hex95891208582A374e21
Octal22521122010130526711641
Binary1001010110001001100100100010110001010101101111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958912; }

 p { color: rgb(149,137,18); }

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

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

 a { background-color: rgb(149,137,18); }

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

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

 span { border-color: rgb(149,137,18); }

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