#969883

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

Shades of Lemon Grass #969883

Tints of Lemon Grass #969883

Color information

#969883 (or 0x969883) is unknown color: approx Lemon Grass. HEX triplet: 96, 98 and 83. RGB value is (150,152,131). Sum of RGB (Red+Green+Blue) = 150+152+131=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 152 - color contains mainly: green. Hex color #969883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969883 is #69677C. Grayscale: #959595. Windows color (decimal): -6907773 or 8624278. OLE color: 8624278.

HSL color Cylindrical-coordinate representation of color #969883: hue angle of 65.71º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #969883 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB150152131-
CMYK0.0100.140.40
HSL65.71º9.25%55.49%-
HSV(B)65.71º13.82%59.61%-
XYZ27.930.5825.9-
YUV149.01117.84128.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.64%
GREEN value IS 152 (59.77% from 255) = 35.10%
BLUE value IS 131 (51.56% from 255) = 30.25%
R=34.64%
G=35.10%
B=30.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501521310.0100.140.4065.719.2555.49
Hex96988310E2842937
Octal2262302031016501021167
Binary10010110100110001000001110111010100010000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969883; }

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

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

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

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

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

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

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

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