#949280

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

Shades of Lemon Grass #949280

Tints of Lemon Grass #949280

Color information

#949280 (or 0x949280) is unknown color: approx Lemon Grass. HEX triplet: 94, 92 and 80. RGB value is (148,146,128). Sum of RGB (Red+Green+Blue) = 148+146+128=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 148 - color contains mainly: red. Hex color #949280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949280 is #6B6D7F. Grayscale: #909090. Windows color (decimal): -7040384 or 8426132. OLE color: 8426132.

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

Color convert

RGB148146128-
CMYK00.010.140.42
HSL54º8.55%54.12%-
HSV(B)54º13.51%58.04%-
XYZ26.3928.4124.52-
YUV144.55118.66130.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.07%
GREEN value IS 146 (57.42% from 255) = 34.60%
BLUE value IS 128 (50.39% from 255) = 30.33%
R=35.07%
G=34.60%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814612800.010.140.42548.5554.12
Hex94928001E2A36936
Octal224222200011652661166
Binary1001010010010010100000000111101010101101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949280; }

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

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

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

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

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

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

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

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