#958433

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

Shades of Lemon Ginger #958433

Tints of Lemon Ginger #958433

Color information

#958433 (or 0x958433) is unknown color: approx Lemon Ginger. HEX triplet: 95, 84 and 33. RGB value is (149,132,51). Sum of RGB (Red+Green+Blue) = 149+132+51=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #958433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958433 is #6A7BCC. Grayscale: #808080. Windows color (decimal): -6978509 or 3376277. OLE color: 3376277.

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

Color convert

RGB14913251-
CMYK00.110.660.42
HSL49.59º49%39.22%-
HSV(B)49.59º65.77%58.43%-
XYZ21.2423.136.48-
YUV127.8584.63143.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.88%
GREEN value IS 132 (51.95% from 255) = 39.76%
BLUE value IS 51 (20.31% from 255) = 15.36%
R=44.88%
G=39.76%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491325100.110.660.4249.594939.22
Hex9584330B422A323127
Octal2252046301310252626147
Binary1001010110000100110011010111000010101010110010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958433; }

 p { color: rgb(149,132,51); }

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

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

 a { background-color: rgb(149,132,51); }

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

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

 span { border-color: rgb(149,132,51); }

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