#969692

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

Shades of Lemon Grass #969692

Tints of Lemon Grass #969692

Color information

#969692 (or 0x969692) is unknown color: approx Lemon Grass. HEX triplet: 96, 96 and 92. RGB value is (150,150,146). Sum of RGB (Red+Green+Blue) = 150+150+146=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969692 is #69696D. Grayscale: #959595. Windows color (decimal): -6908270 or 9606806. OLE color: 9606806.

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

Color convert

RGB150150146-
CMYK000.030.41
HSL60º1.87%58.04%-
HSV(B)60º2.67%58.82%-
XYZ28.6730.3731.55-
YUV149.54126128.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.63%
GREEN value IS 150 (58.98% from 255) = 33.63%
BLUE value IS 146 (57.42% from 255) = 32.74%
R=33.63%
G=33.63%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150150146000.030.41601.8758.04
Hex969692003293c23a
Octal2262262220035174272
Binary100101101001011010010010001110100111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969692; }

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

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

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

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

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

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

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

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