#958533

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

Shades of Lemon Ginger #958533

Tints of Lemon Ginger #958533

Color information

#958533 (or 0x958533) is unknown color: approx Lemon Ginger. HEX triplet: 95, 85 and 33. RGB value is (149,133,51). Sum of RGB (Red+Green+Blue) = 149+133+51=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #958533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958533 is #6A7ACC. Grayscale: #808080. Windows color (decimal): -6978253 or 3376533. OLE color: 3376533.

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

Color convert

RGB14913351-
CMYK00.110.660.42
HSL50.2º49%39.22%-
HSV(B)50.2º65.77%58.43%-
XYZ21.3823.46.52-
YUV128.4484.3142.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.74%
GREEN value IS 133 (52.34% from 255) = 39.94%
BLUE value IS 51 (20.31% from 255) = 15.32%
R=44.74%
G=39.94%
B=15.32%

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
Decimal1491335100.110.660.4250.24939.22
Hex9585330B422A323127
Octal2252056301310252626147
Binary1001010110000101110011010111000010101010110010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958533; }

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

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

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

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

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

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

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

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