#968726

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

Shades of Lemon Ginger #968726

Tints of Lemon Ginger #968726

Color information

#968726 (or 0x968726) is unknown color: approx Lemon Ginger. HEX triplet: 96, 87 and 26. RGB value is (150,135,38). Sum of RGB (Red+Green+Blue) = 150+135+38=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #968726 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968726 is #6978D9. Grayscale: #808080. Windows color (decimal): -6912218 or 2525078. OLE color: 2525078.

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

Color convert

RGB15013538-
CMYK00.10.750.41
HSL51.96º59.57%36.86%-
HSV(B)51.96º74.67%58.82%-
XYZ21.5923.955.32-
YUV128.4376.97143.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.44%
GREEN value IS 135 (53.12% from 255) = 41.80%
BLUE value IS 38 (15.23% from 255) = 11.76%
R=46.44%
G=41.80%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501353800.10.750.4151.9659.5736.86
Hex9687260A4B29343c25
Octal2262074601211351647445
Binary1001011010000111100110010101001011101001110100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968726; }

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

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

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

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

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

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

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

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