#968F2D

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

Shades of Lemon Ginger #968F2D

Tints of Lemon Ginger #968F2D

Color information

#968F2D (or 0x968F2D) is unknown color: approx Lemon Ginger. HEX triplet: 96, 8F and 2D. RGB value is (150,143,45). Sum of RGB (Red+Green+Blue) = 150+143+45=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #968F2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968F2D is #6970D2. Grayscale: #868686. Windows color (decimal): -6910163 or 2985878. OLE color: 2985878.

HSL color Cylindrical-coordinate representation of color #968F2D: hue angle of 56º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #968F2D is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB15014345-
CMYK00.050.700.41
HSL56º53.85%38.24%-
HSV(B)56º70%58.82%-
XYZ22.8726.326.36-
YUV133.9277.82139.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 143 (56.25% from 255) = 42.31%
BLUE value IS 45 (17.97% from 255) = 13.31%
R=44.38%
G=42.31%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501434500.050.700.415653.8538.24
Hex968F2D054629383626
Octal226217550510651706646
Binary100101101000111110110101011000110101001111000110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,143,45); }

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

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

 a { background-color: rgb(150,143,45); }

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

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

 span { border-color: rgb(150,143,45); }

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