#949281

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

Shades of Lemon Grass #949281

Tints of Lemon Grass #949281

Color information

#949281 (or 0x949281) is unknown color: approx Lemon Grass. HEX triplet: 94, 92 and 81. RGB value is (148,146,129). Sum of RGB (Red+Green+Blue) = 148+146+129=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 148 - color contains mainly: red. Hex color #949281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949281 is #6B6D7E. Grayscale: #909090. Windows color (decimal): -7040383 or 8491668. OLE color: 8491668.

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

Color convert

RGB148146129-
CMYK00.010.130.42
HSL53.68º8.15%54.31%-
HSV(B)53.68º12.84%58.04%-
XYZ26.4528.4424.86-
YUV144.66119.16130.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 146 (57.42% from 255) = 34.52%
BLUE value IS 129 (50.78% from 255) = 30.50%
R=34.99%
G=34.52%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814612900.010.130.4253.688.1554.31
Hex94928101D2A36836
Octal224222201011552661066
Binary1001010010010010100000010111011010101101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949281; }

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

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

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

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

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

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

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

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