#968226

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

Shades of Lemon Ginger #968226

Tints of Lemon Ginger #968226

Color information

#968226 (or 0x968226) is unknown color: approx Lemon Ginger. HEX triplet: 96, 82 and 26. RGB value is (150,130,38). Sum of RGB (Red+Green+Blue) = 150+130+38=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 38 (15.23% from 255 or 11.95% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #968226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968226 is #697DD9. Grayscale: #7D7D7D. Windows color (decimal): -6913498 or 2523798. OLE color: 2523798.

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

Color convert

RGB15013038-
CMYK00.130.750.41
HSL49.29º59.57%36.86%-
HSV(B)49.29º74.67%58.82%-
XYZ20.9122.595.09-
YUV125.4978.63145.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.17%
GREEN value IS 130 (51.17% from 255) = 40.88%
BLUE value IS 38 (15.23% from 255) = 11.95%
R=47.17%
G=40.88%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501303800.130.750.4149.2959.5736.86
Hex9682260D4B29313c25
Octal2262024601511351617445
Binary1001011010000010100110011011001011101001110001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968226; }

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

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

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

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

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

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

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

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