#968626

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

Shades of Lemon Ginger #968626

Tints of Lemon Ginger #968626

Color information

#968626 (or 0x968626) is unknown color: approx Lemon Ginger. HEX triplet: 96, 86 and 26. RGB value is (150,134,38). Sum of RGB (Red+Green+Blue) = 150+134+38=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 38 (15.23% from 255 or 11.80% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #968626 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968626 is #6979D9. Grayscale: #808080. Windows color (decimal): -6912474 or 2524822. OLE color: 2524822.

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

Color convert

RGB15013438-
CMYK00.110.750.41
HSL51.43º59.57%36.86%-
HSV(B)51.43º74.67%58.82%-
XYZ21.4523.675.27-
YUV127.8477.3143.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.58%
GREEN value IS 134 (52.73% from 255) = 41.61%
BLUE value IS 38 (15.23% from 255) = 11.80%
R=46.58%
G=41.61%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501343800.110.750.4151.4359.5736.86
Hex9686260B4B29333c25
Octal2262064601311351637445
Binary1001011010000110100110010111001011101001110011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968626; }

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

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

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

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

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

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

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

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