#949482

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

Shades of Lemon Grass #949482

Tints of Lemon Grass #949482

Color information

#949482 (or 0x949482) is unknown color: approx Lemon Grass. HEX triplet: 94, 94 and 82. RGB value is (148,148,130). Sum of RGB (Red+Green+Blue) = 148+148+130=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949482 is #6B6B7D. Grayscale: #929292. Windows color (decimal): -7039870 or 8557716. OLE color: 8557716.

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

Color convert

RGB148148130-
CMYK000.120.42
HSL60º7.76%54.51%-
HSV(B)60º12.16%58.04%-
XYZ26.8329.0925.32-
YUV145.95119129.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.74%
GREEN value IS 148 (58.20% from 255) = 34.74%
BLUE value IS 130 (51.17% from 255) = 30.52%
R=34.74%
G=34.74%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148148130000.120.42607.7654.51
Hex94948200C2A3c837
Octal224224202001452741067
Binary1001010010010100100000100011001010101111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949482; }

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

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

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

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

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

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

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

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