#968A2D

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

Shades of Lemon Ginger #968A2D

Tints of Lemon Ginger #968A2D

Color information

#968A2D (or 0x968A2D) is unknown color: approx Lemon Ginger. HEX triplet: 96, 8A and 2D. RGB value is (150,138,45). Sum of RGB (Red+Green+Blue) = 150+138+45=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #968A2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968A2D is #6975D2. Grayscale: #838383. Windows color (decimal): -6911443 or 2984598. OLE color: 2984598.

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

Color convert

RGB15013845-
CMYK00.080.700.41
HSL53.14º53.85%38.24%-
HSV(B)53.14º70%58.82%-
XYZ22.1424.856.11-
YUV130.9979.48141.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 138 (54.30% from 255) = 41.44%
BLUE value IS 45 (17.97% from 255) = 13.51%
R=45.05%
G=41.44%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501384500.080.700.4153.1453.8538.24
Hex968A2D084629353626
Octal2262125501010651656646
Binary1001011010001010101101010001000110101001110101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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