#969683

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

Shades of Lemon Grass #969683

Tints of Lemon Grass #969683

Color information

#969683 (or 0x969683) is unknown color: approx Lemon Grass. HEX triplet: 96, 96 and 83. RGB value is (150,150,131). Sum of RGB (Red+Green+Blue) = 150+150+131=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969683 is #69697C. Grayscale: #939393. Windows color (decimal): -6908285 or 8623766. OLE color: 8623766.

HSL color Cylindrical-coordinate representation of color #969683: 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.13%. Process color model (Four color, CMYK) of #969683 is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB150150131-
CMYK000.130.41
HSL60º8.3%55.1%-
HSV(B)60º12.67%58.82%-
XYZ27.5829.9425.8-
YUV147.83118.5129.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.80%
GREEN value IS 150 (58.98% from 255) = 34.80%
BLUE value IS 131 (51.56% from 255) = 30.39%
R=34.80%
G=34.80%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150150131000.130.41608.355.1
Hex96968300D293c837
Octal226226203001551741067
Binary1001011010010110100000110011011010011111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969683; }

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

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

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

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

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

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

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

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