#968D2A

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

Shades of Lemon Ginger #968D2A

Tints of Lemon Ginger #968D2A

Color information

#968D2A (or 0x968D2A) is unknown color: approx Lemon Ginger. HEX triplet: 96, 8D and 2A. RGB value is (150,141,42). Sum of RGB (Red+Green+Blue) = 150+141+42=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #968D2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968D2A is #6972D5. Grayscale: #848484. Windows color (decimal): -6910678 or 2788758. OLE color: 2788758.

HSL color Cylindrical-coordinate representation of color #968D2A: hue angle of 55º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #968D2A is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB15014142-
CMYK00.060.720.41
HSL55º56.25%37.65%-
HSV(B)55º72%58.82%-
XYZ22.5225.75.96-
YUV132.476.98140.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 141 (55.47% from 255) = 42.34%
BLUE value IS 42 (16.80% from 255) = 12.61%
R=45.05%
G=42.34%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501414200.060.720.415556.2537.65
Hex968D2A064829373826
Octal226215520611051677046
Binary100101101000110110101001101001000101001110111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,141,42); }

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

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

 a { background-color: rgb(150,141,42); }

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

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

 span { border-color: rgb(150,141,42); }

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