#968825

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

Shades of Lemon Ginger #968825

Tints of Lemon Ginger #968825

Color information

#968825 (or 0x968825) is unknown color: approx Lemon Ginger. HEX triplet: 96, 88 and 25. RGB value is (150,136,37). Sum of RGB (Red+Green+Blue) = 150+136+37=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 37 (14.84% from 255 or 11.46% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #968825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968825 is #6977DA. Grayscale: #818181. Windows color (decimal): -6911963 or 2459798. OLE color: 2459798.

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

Color convert

RGB15013637-
CMYK00.090.750.41
HSL52.57º60.43%36.67%-
HSV(B)52.57º75.33%58.82%-
XYZ21.7224.235.28-
YUV128.976.14143.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.44%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 37 (14.84% from 255) = 11.46%
R=46.44%
G=42.11%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501363700.090.750.4152.5760.4336.67
Hex968825094B29353c25
Octal2262104501111351657445
Binary1001011010001000100101010011001011101001110101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968825; }

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

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

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

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

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

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

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

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