#968A29

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

Shades of Lemon Ginger #968A29

Tints of Lemon Ginger #968A29

Color information

#968A29 (or 0x968A29) is unknown color: approx Lemon Ginger. HEX triplet: 96, 8A and 29. RGB value is (150,138,41). Sum of RGB (Red+Green+Blue) = 150+138+41=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #968A29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968A29 is #6975D6. Grayscale: #828282. Windows color (decimal): -6911447 or 2722454. OLE color: 2722454.

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

Color convert

RGB15013841-
CMYK00.080.730.41
HSL53.39º57.07%37.45%-
HSV(B)53.39º72.67%58.82%-
XYZ22.0724.825.73-
YUV130.5377.48141.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.59%
GREEN value IS 138 (54.30% from 255) = 41.95%
BLUE value IS 41 (16.41% from 255) = 12.46%
R=45.59%
G=41.95%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501384100.080.730.4153.3957.0737.45
Hex968A29084929353925
Octal2262125101011151657145
Binary1001011010001010101001010001001001101001110101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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