#958927

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

Shades of Lemon Ginger #958927

Tints of Lemon Ginger #958927

Color information

#958927 (or 0x958927) is unknown color: approx Lemon Ginger. HEX triplet: 95, 89 and 27. RGB value is (149,137,39). Sum of RGB (Red+Green+Blue) = 149+137+39=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #958927 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958927 is #6A76D8. Grayscale: #818181. Windows color (decimal): -6977241 or 2591125. OLE color: 2591125.

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

Color convert

RGB14913739-
CMYK00.080.740.42
HSL53.45º58.51%36.86%-
HSV(B)53.45º73.83%58.43%-
XYZ21.7124.435.49-
YUV129.4276.98141.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.85%
GREEN value IS 137 (53.91% from 255) = 42.15%
BLUE value IS 39 (15.62% from 255) = 12%
R=45.85%
G=42.15%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491373900.080.740.4253.4558.5136.86
Hex958927084A2A353b25
Octal2252114701011252657345
Binary1001010110001001100111010001001010101010110101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958927; }

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

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

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

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

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

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

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

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