#968A31

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

Shades of Lemon Ginger #968A31

Tints of Lemon Ginger #968A31

Color information

#968A31 (or 0x968A31) is unknown color: approx Lemon Ginger. HEX triplet: 96, 8A and 31. RGB value is (150,138,49). Sum of RGB (Red+Green+Blue) = 150+138+49=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #968A31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968A31 is #6975CE. Grayscale: #838383. Windows color (decimal): -6911439 or 3246742. OLE color: 3246742.

HSL color Cylindrical-coordinate representation of color #968A31: hue angle of 52.87º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #968A31 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB15013849-
CMYK00.080.670.41
HSL52.87º50.75%39.02%-
HSV(B)52.87º67.33%58.82%-
XYZ22.2224.886.54-
YUV131.4481.48141.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.51%
GREEN value IS 138 (54.30% from 255) = 40.95%
BLUE value IS 49 (19.53% from 255) = 14.54%
R=44.51%
G=40.95%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501384900.080.670.4152.8750.7539.02
Hex968A31084329353327
Octal2262126101010351656347
Binary1001011010001010110001010001000011101001110101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968A31; }

 p { color: rgb(150,138,49); }

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

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

 a { background-color: rgb(150,138,49); }

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

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

 span { border-color: rgb(150,138,49); }

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