#949282

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

Shades of Lemon Grass #949282

Tints of Lemon Grass #949282

Color information

#949282 (or 0x949282) is unknown color: approx Lemon Grass. HEX triplet: 94, 92 and 82. RGB value is (148,146,130). Sum of RGB (Red+Green+Blue) = 148+146+130=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 148 - color contains mainly: red. Hex color #949282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949282 is #6B6D7D. Grayscale: #909090. Windows color (decimal): -7040382 or 8557204. OLE color: 8557204.

HSL color Cylindrical-coordinate representation of color #949282: hue angle of 53.33º 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 #949282 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB148146130-
CMYK00.010.120.42
HSL53.33º7.76%54.51%-
HSV(B)53.33º12.16%58.04%-
XYZ26.5228.4725.22-
YUV144.77119.66130.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.91%
GREEN value IS 146 (57.42% from 255) = 34.43%
BLUE value IS 130 (51.17% from 255) = 30.66%
R=34.91%
G=34.43%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814613000.010.120.4253.337.7654.51
Hex94928201C2A35837
Octal224222202011452651067
Binary1001010010010010100000100111001010101101011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949282; }

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

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

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

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

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

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

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

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