#929283

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

Shades of Lemon Grass #929283

Tints of Lemon Grass #929283

Color information

#929283 (or 0x929283) is unknown color: approx Lemon Grass. HEX triplet: 92, 92 and 83. RGB value is (146,146,131). Sum of RGB (Red+Green+Blue) = 146+146+131=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 146 - color contains mainly: red, green. Hex color #929283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929283 is #6D6D7C. Grayscale: #909090. Windows color (decimal): -7171453 or 8622738. OLE color: 8622738.

HSL color Cylindrical-coordinate representation of color #929283: hue angle of 60º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #929283 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB146146131-
CMYK000.100.43
HSL60º6.44%54.31%-
HSV(B)60º10.27%57.25%-
XYZ26.2328.3125.55-
YUV144.29120.5129.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.52%
GREEN value IS 146 (57.42% from 255) = 34.52%
BLUE value IS 131 (51.56% from 255) = 30.97%
R=34.52%
G=34.52%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146146131000.100.43606.4454.31
Hex92928300A2B3c636
Octal22222220300125374666
Binary100100101001001010000011001010101011111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929283; }

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

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

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

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

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

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

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

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