#939283

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

Shades of Lemon Grass #939283

Tints of Lemon Grass #939283

Color information

#939283 (or 0x939283) is unknown color: approx Lemon Grass. HEX triplet: 93, 92 and 83. RGB value is (147,146,131). Sum of RGB (Red+Green+Blue) = 147+146+131=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 147 - color contains mainly: red. Hex color #939283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939283 is #6C6D7C. Grayscale: #909090. Windows color (decimal): -7105917 or 8622739. OLE color: 8622739.

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

Color convert

RGB147146131-
CMYK00.010.110.42
HSL56.25º6.9%54.51%-
HSV(B)56.25º10.88%57.65%-
XYZ26.4128.425.56-
YUV144.59120.33129.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.67%
GREEN value IS 146 (57.42% from 255) = 34.43%
BLUE value IS 131 (51.56% from 255) = 30.90%
R=34.67%
G=34.43%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714613100.010.110.4256.256.954.51
Hex93928301B2A38737
Octal22322220301135270767
Binary100100111001001010000011011011101010111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939283; }

 p { color: rgb(147,146,131); }

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

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

 a { background-color: rgb(147,146,131); }

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

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

 span { border-color: rgb(147,146,131); }

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