#968B23

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

Shades of Lemon Ginger #968B23

Tints of Lemon Ginger #968B23

Color information

#968B23 (or 0x968B23) is unknown color: approx Lemon Ginger. HEX triplet: 96, 8B and 23. RGB value is (150,139,35). Sum of RGB (Red+Green+Blue) = 150+139+35=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 35 (14.06% from 255 or 10.80% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #968B23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968B23 is #6974DC. Grayscale: #828282. Windows color (decimal): -6911197 or 2329494. OLE color: 2329494.

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

Color convert

RGB15013935-
CMYK00.070.770.41
HSL54.26º62.16%36.27%-
HSV(B)54.26º76.67%58.82%-
XYZ22.1125.075.26-
YUV130.4374.14141.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 139 (54.69% from 255) = 42.90%
BLUE value IS 35 (14.06% from 255) = 10.80%
R=46.30%
G=42.90%
B=10.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.77
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501393500.070.770.4154.2662.1636.27
Hex968B23074D29363e24
Octal226213430711551667644
Binary100101101000101110001101111001101101001110110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,139,35); }

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

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

 a { background-color: rgb(150,139,35); }

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

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

 span { border-color: rgb(150,139,35); }

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