#968E23

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

Shades of Lemon Ginger #968E23

Tints of Lemon Ginger #968E23

Color information

#968E23 (or 0x968E23) is unknown color: approx Lemon Ginger. HEX triplet: 96, 8E and 23. RGB value is (150,142,35). Sum of RGB (Red+Green+Blue) = 150+142+35=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 142 (55.86% from 255 or 43.43% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #968E23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968E23 is #6971DC. Grayscale: #848484. Windows color (decimal): -6910429 or 2330262. OLE color: 2330262.

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

Color convert

RGB15014235-
CMYK00.050.770.41
HSL55.83º62.16%36.27%-
HSV(B)55.83º76.67%58.82%-
XYZ22.5525.955.41-
YUV132.1973.15140.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.87%
GREEN value IS 142 (55.86% from 255) = 43.43%
BLUE value IS 35 (14.06% from 255) = 10.70%
R=45.87%
G=43.43%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501423500.050.770.4155.8362.1636.27
Hex968E23054D29383e24
Octal226216430511551707644
Binary100101101000111010001101011001101101001111000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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