#969684

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

Shades of Lemon Grass #969684

Tints of Lemon Grass #969684

Color information

#969684 (or 0x969684) is unknown color: approx Lemon Grass. HEX triplet: 96, 96 and 84. RGB value is (150,150,132). Sum of RGB (Red+Green+Blue) = 150+150+132=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969684 is #69697B. Grayscale: #949494. Windows color (decimal): -6908284 or 8689302. OLE color: 8689302.

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

Color convert

RGB150150132-
CMYK000.120.41
HSL60º7.89%55.29%-
HSV(B)60º12%58.82%-
XYZ27.6529.9626.16-
YUV147.95119129.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.72%
GREEN value IS 150 (58.98% from 255) = 34.72%
BLUE value IS 132 (51.95% from 255) = 30.56%
R=34.72%
G=34.72%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150150132000.120.41607.8955.29
Hex96968400C293c837
Octal226226204001451741067
Binary1001011010010110100001000011001010011111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969684; }

 p { color: rgb(150,150,132); }

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

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

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

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

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

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

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