#968E28

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

Shades of Lemon Ginger #968E28

Tints of Lemon Ginger #968E28

Color information

#968E28 (or 0x968E28) is unknown color: approx Lemon Ginger. HEX triplet: 96, 8E and 28. RGB value is (150,142,40). Sum of RGB (Red+Green+Blue) = 150+142+40=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 142 (55.86% from 255 or 42.77% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #968E28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968E28 is #6971D7. Grayscale: #858585. Windows color (decimal): -6910424 or 2657942. OLE color: 2657942.

HSL color Cylindrical-coordinate representation of color #968E28: hue angle of 55.64º 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 #968E28 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB15014240-
CMYK00.050.730.41
HSL55.64º57.89%37.25%-
HSV(B)55.64º73.33%58.82%-
XYZ22.6325.985.83-
YUV132.7675.65140.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 142 (55.86% from 255) = 42.77%
BLUE value IS 40 (16.02% from 255) = 12.05%
R=45.18%
G=42.77%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501424000.050.730.4155.6457.8937.25
Hex968E28054929383a25
Octal226216500511151707245
Binary100101101000111010100001011001001101001111000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968E28; }

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

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

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

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

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

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

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

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