#968232

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

Shades of Lemon Ginger #968232

Tints of Lemon Ginger #968232

Color information

#968232 (or 0x968232) is unknown color: approx Lemon Ginger. HEX triplet: 96, 82 and 32. RGB value is (150,130,50). Sum of RGB (Red+Green+Blue) = 150+130+50=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #968232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968232 is #697DCD. Grayscale: #7F7F7F. Windows color (decimal): -6913486 or 3310230. OLE color: 3310230.

HSL color Cylindrical-coordinate representation of color #968232: hue angle of 48º degrees, saturation: 0.5, 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 #968232 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB15013050-
CMYK00.130.670.41
HSL48º50%39.22%-
HSV(B)48º66.67%58.82%-
XYZ21.1422.686.28-
YUV126.8684.63144.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 130 (51.17% from 255) = 39.39%
BLUE value IS 50 (19.92% from 255) = 15.15%
R=45.45%
G=39.39%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501305000.130.670.41485039.22
Hex9682320D4329303227
Octal2262026201510351606247
Binary1001011010000010110010011011000011101001110000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968232; }

 p { color: rgb(150,130,50); }

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

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

 a { background-color: rgb(150,130,50); }

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

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

 span { border-color: rgb(150,130,50); }

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