#94967E

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

Shades of Lemon Grass #94967E

Tints of Lemon Grass #94967E

Color information

#94967E (or 0x94967E) is unknown color: approx Lemon Grass. HEX triplet: 94, 96 and 7E. RGB value is (148,150,126). Sum of RGB (Red+Green+Blue) = 148+150+126=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 150 - color contains mainly: green. Hex color #94967E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94967E is #6B6981. Grayscale: #929292. Windows color (decimal): -7039362 or 8296084. OLE color: 8296084.

HSL color Cylindrical-coordinate representation of color #94967E: hue angle of 65º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94967E is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB148150126-
CMYK0.0100.160.41
HSL65º10.26%54.12%-
HSV(B)65º16%58.82%-
XYZ26.8829.6124.04-
YUV146.67116.34128.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.91%
GREEN value IS 150 (58.98% from 255) = 35.38%
BLUE value IS 126 (49.61% from 255) = 29.72%
R=34.91%
G=35.38%
B=29.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1481501260.0100.160.416510.2654.12
Hex94967E10102941a36
Octal2242261761020511011266
Binary10010100100101101111110101000010100110000011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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