#969784

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

Shades of Lemon Grass #969784

Tints of Lemon Grass #969784

Color information

#969784 (or 0x969784) is unknown color: approx Lemon Grass. HEX triplet: 96, 97 and 84. RGB value is (150,151,132). Sum of RGB (Red+Green+Blue) = 150+151+132=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 151 - color contains mainly: green. Hex color #969784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969784 is #69687B. Grayscale: #949494. Windows color (decimal): -6908028 or 8689558. OLE color: 8689558.

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

Color convert

RGB150151132-
CMYK0.0100.130.41
HSL63.16º8.37%55.49%-
HSV(B)63.16º12.58%59.22%-
XYZ27.8130.2826.21-
YUV148.54118.67129.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.64%
GREEN value IS 151 (59.38% from 255) = 34.87%
BLUE value IS 132 (51.95% from 255) = 30.48%
R=34.64%
G=34.87%
B=30.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501511320.0100.130.4163.168.3755.49
Hex96978410D293f837
Octal226227204101551771067
Binary1001011010010111100001001011011010011111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969784; }

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

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

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

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

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

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

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

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