#968A24

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

Shades of Lemon Ginger #968A24

Tints of Lemon Ginger #968A24

Color information

#968A24 (or 0x968A24) is unknown color: approx Lemon Ginger. HEX triplet: 96, 8A and 24. RGB value is (150,138,36). Sum of RGB (Red+Green+Blue) = 150+138+36=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #968A24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968A24 is #6975DB. Grayscale: #828282. Windows color (decimal): -6911452 or 2394774. OLE color: 2394774.

HSL color Cylindrical-coordinate representation of color #968A24: hue angle of 53.68º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #968A24 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.41.

Color convert

RGB15013836-
CMYK00.080.760.41
HSL53.68º61.29%36.47%-
HSV(B)53.68º76%58.82%-
XYZ21.9824.795.29-
YUV129.9674.98142.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 138 (54.30% from 255) = 42.59%
BLUE value IS 36 (14.45% from 255) = 11.11%
R=46.30%
G=42.59%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.76
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501383600.080.760.4153.6861.2936.47
Hex968A24084C29363d24
Octal2262124401011451667544
Binary1001011010001010100100010001001100101001110110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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