#949682

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

Shades of Lemon Grass #949682

Tints of Lemon Grass #949682

Color information

#949682 (or 0x949682) is unknown color: approx Lemon Grass. HEX triplet: 94, 96 and 82. RGB value is (148,150,130). Sum of RGB (Red+Green+Blue) = 148+150+130=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 150 - color contains mainly: green. Hex color #949682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949682 is #6B697D. Grayscale: #939393. Windows color (decimal): -7039358 or 8558228. OLE color: 8558228.

HSL color Cylindrical-coordinate representation of color #949682: hue angle of 66º degrees, saturation: 0.09, 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 #949682 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB148150130-
CMYK0.0100.130.41
HSL66º8.7%54.9%-
HSV(B)66º13.33%58.82%-
XYZ27.1529.7225.42-
YUV147.12118.34128.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.58%
GREEN value IS 150 (58.98% from 255) = 35.05%
BLUE value IS 130 (51.17% from 255) = 30.37%
R=34.58%
G=35.05%
B=30.37%

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
Decimal1481501300.0100.130.41668.754.9
Hex94968210D2942937
Octal2242262021015511021167
Binary10010100100101101000001010110110100110000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949682; }

 p { color: rgb(148,150,130); }

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

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

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

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

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

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

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