#958334

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

Shades of Lemon Ginger #958334

Tints of Lemon Ginger #958334

Color information

#958334 (or 0x958334) is unknown color: approx Lemon Ginger. HEX triplet: 95, 83 and 34. RGB value is (149,131,52). Sum of RGB (Red+Green+Blue) = 149+131+52=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #958334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958334 is #6A7CCB. Grayscale: #7F7F7F. Windows color (decimal): -6978764 or 3441557. OLE color: 3441557.

HSL color Cylindrical-coordinate representation of color #958334: hue angle of 48.87º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #958334 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB14913152-
CMYK00.120.650.42
HSL48.87º48.26%39.41%-
HSV(B)48.87º65.1%58.43%-
XYZ21.1322.876.55-
YUV127.3885.46143.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.88%
GREEN value IS 131 (51.56% from 255) = 39.46%
BLUE value IS 52 (20.70% from 255) = 15.66%
R=44.88%
G=39.46%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491315200.120.650.4248.8748.2639.41
Hex9583340C412A313027
Octal2252036401410152616047
Binary1001010110000011110100011001000001101010110001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958334; }

 p { color: rgb(149,131,52); }

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

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

 a { background-color: rgb(149,131,52); }

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

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

 span { border-color: rgb(149,131,52); }

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