#92947E

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

Shades of Lemon Grass #92947E

Tints of Lemon Grass #92947E

Color information

#92947E (or 0x92947E) is unknown color: approx Lemon Grass. HEX triplet: 92, 94 and 7E. RGB value is (146,148,126). Sum of RGB (Red+Green+Blue) = 146+148+126=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 148 - color contains mainly: green. Hex color #92947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92947E is #6D6B81. Grayscale: #909090. Windows color (decimal): -7170946 or 8295570. OLE color: 8295570.

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

Color convert

RGB146148126-
CMYK0.0100.150.42
HSL65.45º9.32%53.73%-
HSV(B)65.45º14.86%58.04%-
XYZ26.2128.823.92-
YUV144.89117.34128.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.76%
GREEN value IS 148 (58.20% from 255) = 35.24%
BLUE value IS 126 (49.61% from 255) = 30%
R=34.76%
G=35.24%
B=30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461481260.0100.150.4265.459.3253.73
Hex92947E10F2A41936
Octal2222241761017521011166
Binary1001001010010100111111010111110101010000011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92947E; }

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

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

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

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

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

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

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

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