#968225

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

Shades of Lemon Ginger #968225

Tints of Lemon Ginger #968225

Color information

#968225 (or 0x968225) is unknown color: approx Lemon Ginger. HEX triplet: 96, 82 and 25. RGB value is (150,130,37). Sum of RGB (Red+Green+Blue) = 150+130+37=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #968225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968225 is #697DDA. Grayscale: #7D7D7D. Windows color (decimal): -6913499 or 2458262. OLE color: 2458262.

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

Color convert

RGB15013037-
CMYK00.130.750.41
HSL49.38º60.43%36.67%-
HSV(B)49.38º75.33%58.82%-
XYZ20.8922.585.01-
YUV125.3878.13145.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.32%
GREEN value IS 130 (51.17% from 255) = 41.01%
BLUE value IS 37 (14.84% from 255) = 11.67%
R=47.32%
G=41.01%
B=11.67%

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
Decimal1501303700.130.750.4149.3860.4336.67
Hex9682250D4B29313c25
Octal2262024501511351617445
Binary1001011010000010100101011011001011101001110001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968225; }

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

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

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

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

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

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

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

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