#968426

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

Shades of Lemon Ginger #968426

Tints of Lemon Ginger #968426

Color information

#968426 (or 0x968426) is unknown color: approx Lemon Ginger. HEX triplet: 96, 84 and 26. RGB value is (150,132,38). Sum of RGB (Red+Green+Blue) = 150+132+38=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 38 (15.23% from 255 or 11.88% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #968426 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968426 is #697BD9. Grayscale: #7F7F7F. Windows color (decimal): -6912986 or 2524310. OLE color: 2524310.

HSL color Cylindrical-coordinate representation of color #968426: hue angle of 50.36º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #968426 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB15013238-
CMYK00.120.750.41
HSL50.36º59.57%36.86%-
HSV(B)50.36º74.67%58.82%-
XYZ21.1823.135.18-
YUV126.6777.96144.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.88%
GREEN value IS 132 (51.95% from 255) = 41.25%
BLUE value IS 38 (15.23% from 255) = 11.88%
R=46.88%
G=41.25%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501323800.120.750.4150.3659.5736.86
Hex9684260C4B29323c25
Octal2262044601411351627445
Binary1001011010000100100110011001001011101001110010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968426; }

 p { color: rgb(150,132,38); }

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

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

 a { background-color: rgb(150,132,38); }

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

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

 span { border-color: rgb(150,132,38); }

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