#968D18

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

Shades of Lemon Ginger #968D18

Tints of Lemon Ginger #968D18

Color information

#968D18 (or 0x968D18) is unknown color: approx Lemon Ginger. HEX triplet: 96, 8D and 18. RGB value is (150,141,24). Sum of RGB (Red+Green+Blue) = 150+141+24=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 24 (9.77% from 255 or 7.62% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #968D18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968D18 is #6972E7. Grayscale: #828282. Windows color (decimal): -6910696 or 1609110. OLE color: 1609110.

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

Color convert

RGB15014124-
CMYK00.060.840.41
HSL55.71º72.41%34.12%-
HSV(B)55.71º84%58.82%-
XYZ22.2725.64.63-
YUV130.3567.98142.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.62%
GREEN value IS 141 (55.47% from 255) = 44.76%
BLUE value IS 24 (9.77% from 255) = 7.62%
R=47.62%
G=44.76%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501412400.060.840.4155.7172.4134.12
Hex968D18065429384822
Octal2262153006124517011042
Binary100101101000110111000011010101001010011110001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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