#968828

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

Shades of Lemon Ginger #968828

Tints of Lemon Ginger #968828

Color information

#968828 (or 0x968828) is unknown color: approx Lemon Ginger. HEX triplet: 96, 88 and 28. RGB value is (150,136,40). Sum of RGB (Red+Green+Blue) = 150+136+40=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #968828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968828 is #6977D7. Grayscale: #818181. Windows color (decimal): -6911960 or 2656406. OLE color: 2656406.

HSL color Cylindrical-coordinate representation of color #968828: hue angle of 52.36º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #968828 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB15013640-
CMYK00.090.730.41
HSL52.36º57.89%37.25%-
HSV(B)52.36º73.33%58.82%-
XYZ21.7624.255.54-
YUV129.2477.64142.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.01%
GREEN value IS 136 (53.52% from 255) = 41.72%
BLUE value IS 40 (16.02% from 255) = 12.27%
R=46.01%
G=41.72%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501364000.090.730.4152.3657.8937.25
Hex968828094929343a25
Octal2262105001111151647245
Binary1001011010001000101000010011001001101001110100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968828; }

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

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

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

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

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

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

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

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